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} />}
|
icon={<IconUser size={theme.icon.size.md} />}
|
||||||
active={
|
active={
|
||||||
!!useMatch({
|
!!useMatch({
|
||||||
path: useResolvedPath('/people').pathname,
|
path: useResolvedPath('/settings/profile').pathname,
|
||||||
end: true,
|
end: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user