completionId: cgen-991fd78e4b734deea1b8a2f27030948e

cgen-991fd78e4b734deea1b8a2f27030948e
This commit is contained in:
Builder.io 2025-11-05 06:36:16 +00:00
parent 6994ae919f
commit 6171495caa

View file

@ -641,16 +641,6 @@ export default function Dashboard() {
},
];
if (isLoading) {
return (
<LoadingScreen
message="Loading your dashboard..."
showProgress={true}
duration={1000}
/>
);
}
// Determine active realm for dashboard personalization
const activeRealm: RealmKey = (userRealm ||
((profile as any)?.user_type as RealmKey) ||