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;