From f49486d2344eaa92caa4bf6759badaa30a98c468 Mon Sep 17 00:00:00 2001 From: Venessa Kuchenik Date: Thu, 17 Jul 2025 09:50:21 -0700 Subject: [PATCH] Removed comments --- client/src/components/Sidebar.jsx | 80 ------------------------------- 1 file changed, 80 deletions(-) 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 */} - {/* */} );