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