|
|
@ -224,7 +224,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => { |
|
|
|
key: 'viewer-info', |
|
|
|
key: 'viewer-info', |
|
|
|
}, |
|
|
|
}, |
|
|
|
!chatDisabled && { |
|
|
|
!chatDisabled && { |
|
|
|
label: <Link href="/admin/viewer-info">Chat & Users</Link>, |
|
|
|
label: <span>Chat & Users</span>, |
|
|
|
icon: <MessageOutlined />, |
|
|
|
icon: <MessageOutlined />, |
|
|
|
children: chatMenu, |
|
|
|
children: chatMenu, |
|
|
|
key: 'chat-and-users', |
|
|
|
key: 'chat-and-users', |
|
|
|