0

Guard against mobile exception. Closes #2793

This commit is contained in:
Gabe Kangas 2023-03-13 13:07:51 -07:00
parent 610d7b4d63
commit 7e7be00b12
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -121,7 +121,7 @@ export const MobileContent: FC<MobileContentProps> = ({
);
const items = [];
if (showChat) {
if (showChat && currentUser) {
items.push({
label: 'Chat',
key: '0',