mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 18:08:58 -04:00
fix: BUG - Left drawer profile menu item not hovered (#625)
This commit is contained in:
@@ -34,7 +34,7 @@ export function SettingsNavbar() {
|
||||
icon={<IconUser size={theme.icon.size.md} />}
|
||||
active={
|
||||
!!useMatch({
|
||||
path: useResolvedPath('/people').pathname,
|
||||
path: useResolvedPath('/settings/profile').pathname,
|
||||
end: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user