Guard against mobile exception. Closes #2793

This commit is contained in:
Gabe Kangas
2023-03-13 13:08:57 -07:00
parent 610d7b4d63
commit 7e7be00b12
+1 -1
View File
@@ -121,7 +121,7 @@ export const MobileContent: FC<MobileContentProps> = ({
);
const items = [];
if (showChat) {
if (showChat && currentUser) {
items.push({
label: 'Chat',
key: '0',