diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index d96317d3..e0f1407e 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -219,6 +219,7 @@ export default function Dashboard() { }, [user?.id, setSearchParams]); const handleTabChange = (value: string) => { + console.log("[Dashboard] Tab change:", value); setActiveTab(value); const next = new URLSearchParams(searchParams.toString()); if (value === "profile") {