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 = [ {