From f992df8209f3cf4902ec4f9da7661b171157a31e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Dec 2022 17:44:48 -0800 Subject: [PATCH] Add key to menu item --- web/components/MainLayout.tsx | 1 + 1 file changed, 1 insertion(+) 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',