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);