completionId: cgen-7def1262cc0d41e78e4e55196a135fa0
cgen-7def1262cc0d41e78e4e55196a135fa0
This commit is contained in:
parent
61353f5bb0
commit
2a32c4da70
1 changed files with 7 additions and 5 deletions
|
|
@ -578,11 +578,13 @@ export default function Dashboard() {
|
|||
// Show loading while auth is resolving
|
||||
if (authLoading || isLoading) {
|
||||
return (
|
||||
<LoadingScreen
|
||||
message="Loading your dashboard..."
|
||||
showProgress={true}
|
||||
duration={1200}
|
||||
/>
|
||||
<Layout hideFooter={true}>
|
||||
<LoadingScreen
|
||||
message="Loading your dashboard..."
|
||||
showProgress={true}
|
||||
duration={1200}
|
||||
/>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue