Disable Activity Panel by default.

You'll need to set `DevActivityPanel` (or `ND_DEVACTIVITYPANEL`) to `true` to re-enable it
This commit is contained in:
Deluan
2020-11-25 15:29:46 -05:00
parent 5137407377
commit 63171368ed
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ const CustomUserMenu = ({ onClick, ...rest }) => {
return (
<>
{config.devActivityMenu && permissions === 'admin' && <ActivityPanel />}
{config.devActivityPanel && permissions === 'admin' && <ActivityPanel />}
<UserMenu {...rest}>
<PersonalMenu sidebarIsOpen={true} onClick={onClick} />
<Divider />