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 (