From 9ca725fd398ff12bb53b7bd4f21e53bab841f087 Mon Sep 17 00:00:00 2001 From: Richard Miguel Irala Date: Wed, 17 Jul 2024 12:50:25 -0300 Subject: [PATCH] Fixed sidebar highlight --- src/app/components/Sidebar.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/components/Sidebar.tsx b/src/app/components/Sidebar.tsx index a4172a5f..78ea93b7 100644 --- a/src/app/components/Sidebar.tsx +++ b/src/app/components/Sidebar.tsx @@ -221,11 +221,9 @@ function SidebarItem(props: { ) : (
{item.items && !checkSectionTitleActive(item.items, pathname) && collapsed ? (