completionId: cgen-7def1262cc0d41e78e4e55196a135fa0

cgen-7def1262cc0d41e78e4e55196a135fa0
This commit is contained in:
Builder.io 2025-11-10 23:28:09 +00:00
parent 61353f5bb0
commit 2a32c4da70

View file

@ -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>
);
}