Add key to menu item
This commit is contained in:
@@ -220,6 +220,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
||||
icon: <MessageOutlined />,
|
||||
children: chatMenu,
|
||||
key: 'chat-and-users',
|
||||
},
|
||||
federationEnabled && {
|
||||
key: 'fediverse-followers',
|
||||
|
||||
Reference in New Issue
Block a user