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
coming back? say your name to pick up where you left off
-