diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index f141e7b5..3a106665 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -131,8 +131,8 @@ export default function Dashboard() { } }; - // Return early if not authenticated - if (authLoading || !user || !profile) { + // Return early if auth is still loading + if (authLoading) { return (