From fa5f0e2357eee855b91a98bd48fe9e6e7d4dcff5 Mon Sep 17 00:00:00 2001 From: mokelgit Date: Fri, 20 Sep 2024 14:11:46 -0400 Subject: [PATCH] fixed sidebar closed behavior somewhat --- components/layout/SidebarMenuGroup.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/components/layout/SidebarMenuGroup.tsx b/components/layout/SidebarMenuGroup.tsx index 4a9d8b42..abe75806 100644 --- a/components/layout/SidebarMenuGroup.tsx +++ b/components/layout/SidebarMenuGroup.tsx @@ -333,7 +333,9 @@ export default function SidebarMenuGroup({ }`} >
- {option.label} + {sidebarOpen ? option.label :  }
) : (