fix: BUG - Left drawer profile menu item not hovered (#625)

This commit is contained in:
Deepak Singh
2023-07-12 17:39:37 +05:30
committed by GitHub
parent 5e0e449e4c
commit 6f90046779

View File

@ -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,
})
}