Browse Source

Fix hidden social config

pull/1886/head
Gabe Kangas 3 years ago
parent
commit
57d100b9e8
  1. 5
      web/components/main-layout.tsx

5
web/components/main-layout.tsx

@ -193,10 +193,7 @@ export default function MainLayout(props) { @@ -193,10 +193,7 @@ export default function MainLayout(props) {
<Menu.Item key="config-chat">
<Link href="/config-chat">Chat</Link>
</Menu.Item>
<Menu.Item
key="config-federation"
style={{ display: federationEnabled ? 'block' : 'none' }}
>
<Menu.Item key="config-federation">
<Link href="/config-federation">Social</Link>
</Menu.Item>

Loading…
Cancel
Save