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 (
-
+
+
+
);
}