Update 7project/frontend/src/pages/Dashboard.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dejan Ribarovski
2025-11-05 20:39:52 +01:00
committed by GitHub
parent a9b2aba55a
commit 60560dea99

View File

@@ -169,7 +169,7 @@ export default function Dashboard({ onLogout }: { onLogout: () => void }) {
const [editingDate, setEditingDate] = useState<string>(''); // YYYY-MM-DD
// Sidebar toggle for mobile
const [sidebarOpen, setSidebarOpen] = useState(false)
const [sidebarOpen, setSidebarOpen] = useState(false);