From b430018310b167f49aded12fbb7cb1cee17de777 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Mon, 1 Sep 2025 07:37:51 +0200 Subject: [PATCH] Fix jwt-token --- client/src/components/Layout.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Layout.jsx b/client/src/components/Layout.jsx index 9d7cc9a..c160caf 100644 --- a/client/src/components/Layout.jsx +++ b/client/src/components/Layout.jsx @@ -63,7 +63,7 @@ const Layout = () => { - + @@ -71,7 +71,7 @@ const Layout = () => {
- +
@@ -153,7 +153,7 @@ const Layout = () => { ); }; -const SidebarContent = () => { +const SidebarContent = ({ navigation }) => { const location = useLocation(); return (