diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2a05fd8..edac050 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -80,7 +80,7 @@ export default function App() { if (!identified && !loadingPrefs) { const savedId = localStorage.getItem('kira-user-id'); if (!savedId) { - return ; + return ; } // Has saved ID but not identified yet — show welcome with their name return ( @@ -92,7 +92,7 @@ export default function App() {

coming back? say your name to pick up where you left off

- +