completionId: cgen-991fd78e4b734deea1b8a2f27030948e
cgen-991fd78e4b734deea1b8a2f27030948e
This commit is contained in:
parent
6994ae919f
commit
6171495caa
1 changed files with 0 additions and 10 deletions
|
|
@ -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) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue