diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 1e43bb5..fef7906 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -59,7 +59,9 @@ function AppRoutes() {
isAuthenticated ? :
}
/>
- } />
+ : }
+ />
} />
} />
{/* Public routes with layout */}