From 6f90046779ee7168cebf2b2ff54a7eeefcef28b0 Mon Sep 17 00:00:00 2001 From: Deepak Singh <32263182+deepaksing@users.noreply.github.com> Date: Wed, 12 Jul 2023 17:39:37 +0530 Subject: [PATCH] fix: BUG - Left drawer profile menu item not hovered (#625) --- front/src/modules/settings/components/SettingsNavbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/modules/settings/components/SettingsNavbar.tsx b/front/src/modules/settings/components/SettingsNavbar.tsx index 3b2e7fa3a..bcf87bb99 100644 --- a/front/src/modules/settings/components/SettingsNavbar.tsx +++ b/front/src/modules/settings/components/SettingsNavbar.tsx @@ -34,7 +34,7 @@ export function SettingsNavbar() { icon={} active={ !!useMatch({ - path: useResolvedPath('/people').pathname, + path: useResolvedPath('/settings/profile').pathname, end: true, }) }