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
|
// Show loading while auth is resolving
|
||||||
if (authLoading || isLoading) {
|
if (authLoading || isLoading) {
|
||||||
return (
|
return (
|
||||||
<LoadingScreen
|
<Layout hideFooter={true}>
|
||||||
message="Loading your dashboard..."
|
<LoadingScreen
|
||||||
showProgress={true}
|
message="Loading your dashboard..."
|
||||||
duration={1200}
|
showProgress={true}
|
||||||
/>
|
duration={1200}
|
||||||
|
/>
|
||||||
|
</Layout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue