From 6171495caa93a43ac36ea2816be333bbf4a35313 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 06:36:16 +0000 Subject: [PATCH] completionId: cgen-991fd78e4b734deea1b8a2f27030948e cgen-991fd78e4b734deea1b8a2f27030948e --- client/pages/Dashboard.tsx | 10 ---------- 1 file changed, 10 deletions(-) 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) ||