mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Add key to menu item
This commit is contained in:
parent
aa5d5fc32d
commit
f992df8209
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue