diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 10011910..a6f23f40 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -641,16 +641,6 @@ export default function Dashboard() { }, ]; - if (isLoading) { - return ( - - ); - } - // Determine active realm for dashboard personalization const activeRealm: RealmKey = (userRealm || ((profile as any)?.user_type as RealmKey) ||