From 23f9f8fa206d3d6f93aeb01c2629ff523691d112 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 21 Mar 2024 11:05:51 -0700 Subject: [PATCH] Resolve additional typo. --- client/src/components/chat-affix/chat-affix.container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/chat-affix/chat-affix.container.jsx b/client/src/components/chat-affix/chat-affix.container.jsx index 772dfb2b1..5f252024e 100644 --- a/client/src/components/chat-affix/chat-affix.container.jsx +++ b/client/src/components/chat-affix/chat-affix.container.jsx @@ -12,7 +12,7 @@ import "./chat-affix.styles.scss"; export function ChatAffixContainer({bodyshop, chatVisible}) { const {t} = useTranslation(); const client = useApolloClient(); - c + useEffect(() => { if (!bodyshop || !bodyshop.messagingservicesid) return;