diff --git a/web/components/ui/Content/MobileContent.tsx b/web/components/ui/Content/MobileContent.tsx index a8557b0fd..eb95d22dd 100644 --- a/web/components/ui/Content/MobileContent.tsx +++ b/web/components/ui/Content/MobileContent.tsx @@ -121,7 +121,7 @@ export const MobileContent: FC = ({ ); const items = []; - if (showChat) { + if (showChat && currentUser) { items.push({ label: 'Chat', key: '0',