From 1b93f879062526e53e98870d187e04519aaab5c5 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:25:17 +0000 Subject: [PATCH] Temporarily simplify Dashboard to always show content for debugging cgen-eb8f309ea94f45cba9cab9fb7852c4f4 --- client/pages/Dashboard.tsx | 39 ++------------------------------------ 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index e9750991..94d80fa6 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -153,43 +153,8 @@ export default function Dashboard() { ); } - // Show profile setup if no profile exists - if (!profile) { - return ( - -
- - - Welcome to AeThex! - - Let's set up your profile to get started - - - -

- We need to create your profile to access the dashboard. -

-
- - -
-
-
-
-
- ); - } + // Show profile setup if no profile exists, but allow dashboard to continue + const showProfileSetup = !profile; const statsDisplay = [ {