From 60560dea99c705657909545b20ca3a957f09956d Mon Sep 17 00:00:00 2001 From: Dejan Ribarovski Date: Wed, 5 Nov 2025 20:39:52 +0100 Subject: [PATCH] Update 7project/frontend/src/pages/Dashboard.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 7project/frontend/src/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7project/frontend/src/pages/Dashboard.tsx b/7project/frontend/src/pages/Dashboard.tsx index 2d0e20b..31af914 100644 --- a/7project/frontend/src/pages/Dashboard.tsx +++ b/7project/frontend/src/pages/Dashboard.tsx @@ -169,7 +169,7 @@ export default function Dashboard({ onLogout }: { onLogout: () => void }) { const [editingDate, setEditingDate] = useState(''); // YYYY-MM-DD // Sidebar toggle for mobile - const [sidebarOpen, setSidebarOpen] = useState(false) + const [sidebarOpen, setSidebarOpen] = useState(false);