feat: 💨
This commit is contained in:
parent
936b15e5c2
commit
80a2f38272
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ export default function SettingsButton({ collapse }: { collapse: boolean }) {
|
|||
title="Settings"
|
||||
onClick={() => (enableSingleColumnLayout ? navigate('settings') : push(toSettings()))}
|
||||
collapse={collapse}
|
||||
active={enableSingleColumnLayout ? current === 'settings' : false}
|
||||
active={current === 'settings'}
|
||||
>
|
||||
<Settings />
|
||||
</SidebarItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue