From 2a32c4da7025959ab903903c4ee4b97de5f54d97 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 23:28:09 +0000 Subject: [PATCH] completionId: cgen-7def1262cc0d41e78e4e55196a135fa0 cgen-7def1262cc0d41e78e4e55196a135fa0 --- client/pages/Dashboard.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 44ec0bac..364c46b9 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -578,11 +578,13 @@ export default function Dashboard() { // Show loading while auth is resolving if (authLoading || isLoading) { return ( - + + + ); }