From 25177e55f94b613aa380f1cced6c118a39fabf59 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Wed, 29 May 2024 11:28:51 +0200 Subject: [PATCH] feat: Remove accordion line (#7205) --- .../layout/MainLayout/NavigationSidebar/NavigationList.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/layout/MainLayout/NavigationSidebar/NavigationList.tsx b/frontend/src/component/layout/MainLayout/NavigationSidebar/NavigationList.tsx index ac10cdb769..8c6903e8ff 100644 --- a/frontend/src/component/layout/MainLayout/NavigationSidebar/NavigationList.tsx +++ b/frontend/src/component/layout/MainLayout/NavigationSidebar/NavigationList.tsx @@ -187,7 +187,12 @@ export const SecondaryNavigation: FC<{ return ( { onExpandChange(expand);