diff --git a/client/src/components/Sidebar.jsx b/client/src/components/Sidebar.jsx index b094f9a..83f935a 100644 --- a/client/src/components/Sidebar.jsx +++ b/client/src/components/Sidebar.jsx @@ -80,8 +80,6 @@ export default function Sidebar() { setTimeout(() => setFinishedTransitions(true), 400); // Match sidebar transition duration }; - - return ( setActiveButton(0)} bg={activeButton === 0 ? "primary":undefined} justifyContent="flex-start"> - - - Dashboard - - */} - - {/* Global Map */} - {/* */} - - {/* Regional Map */} - {/* */} - - {/* Volcano */} - {/* */} - - {/* Admin */} - {/* */} );