diff --git a/web/src/components/landing/HeaderBar.tsx b/web/src/components/landing/HeaderBar.tsx index 7cf4fb19..18c658c8 100644 --- a/web/src/components/landing/HeaderBar.tsx +++ b/web/src/components/landing/HeaderBar.tsx @@ -445,7 +445,7 @@ export default function HeaderBar({ {user.email} - {!isAdminMode && onLogout && ( + {onLogout && (