diff --git a/apps/web/src/components/status-bar/index.tsx b/apps/web/src/components/status-bar/index.tsx index 4b29a6652..436565ddf 100644 --- a/apps/web/src/components/status-bar/index.tsx +++ b/apps/web/src/components/status-bar/index.tsx @@ -34,7 +34,7 @@ import { import { useStore as useUserStore } from "../../stores/user-store"; import { useStore as useAppStore } from "../../stores/app-store"; import TimeAgo from "../time-ago"; -import { hardNavigate, hashNavigate, navigate } from "../../navigation"; +import { hardNavigate, hashNavigate } from "../../navigation"; import { useAutoUpdater, UpdateStatus } from "../../hooks/use-auto-updater"; import { showIssueDialog, @@ -67,39 +67,33 @@ function StatusBar() { {isFocusMode ? ( ) : ( - + {isLoggedIn ? ( <> - + + + Email not confirmed + + + )}