From e1c0af44572d104000248f2e9f47be01692696a9 Mon Sep 17 00:00:00 2001 From: MaikEight Date: Fri, 24 May 2024 02:20:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Sidebar=20highlighting=20o?= =?UTF-8?q?f=20selected=20menu=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar/Sidebar.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Sidebar/Sidebar.jsx b/src/components/Sidebar/Sidebar.jsx index 120ec388..150eb225 100644 --- a/src/components/Sidebar/Sidebar.jsx +++ b/src/components/Sidebar/Sidebar.jsx @@ -52,6 +52,7 @@ function Sidebar({ children }) { icon: , action: handleNavigate, navigate: '/accounts', + additionalPaths: ['/'], showInFooter: false }, { @@ -153,7 +154,7 @@ function Sidebar({ children }) { )) }