Fix hidden social config
This commit is contained in:
@@ -193,10 +193,7 @@ export default function MainLayout(props) {
|
|||||||
<Menu.Item key="config-chat">
|
<Menu.Item key="config-chat">
|
||||||
<Link href="/config-chat">Chat</Link>
|
<Link href="/config-chat">Chat</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item
|
<Menu.Item key="config-federation">
|
||||||
key="config-federation"
|
|
||||||
style={{ display: federationEnabled ? 'block' : 'none' }}
|
|
||||||
>
|
|
||||||
<Link href="/config-federation">Social</Link>
|
<Link href="/config-federation">Social</Link>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user