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