diff --git a/components/application/app-navigation/base-components/nav-list.tsx b/components/application/app-navigation/base-components/nav-list.tsx index b320eec..3e247ee 100644 --- a/components/application/app-navigation/base-components/nav-list.tsx +++ b/components/application/app-navigation/base-components/nav-list.tsx @@ -72,7 +72,7 @@ export const NavList = ({ activeUrl, items, className }: NavListProps) => { badge={item.badge} icon={item.icon} href={item.href} - current={currentItem?.href === item.href} + current={activeUrl === item.href} open={open && currentItem?.href === item.href} > {item.label}