diff --git a/web/components/MainLayout.tsx b/web/components/MainLayout.tsx index 57b12bdc6..7d4999363 100644 --- a/web/components/MainLayout.tsx +++ b/web/components/MainLayout.tsx @@ -220,6 +220,7 @@ export const MainLayout: FC = ({ children }) => { label: Chat & Users, icon: , children: chatMenu, + key: 'chat-and-users', }, federationEnabled && { key: 'fediverse-followers',