diff --git a/ui/src/components/LayoutShell.tsx b/ui/src/components/LayoutShell.tsx index b0115ff1..12ba9246 100644 --- a/ui/src/components/LayoutShell.tsx +++ b/ui/src/components/LayoutShell.tsx @@ -1062,7 +1062,7 @@ function LayoutContent() { } - user={username ? { name: username } : undefined} + user={{ name: username || 'Account' }} userMenuItems={userMenuItems} onLogout={handleLogout} onNavigate={navigate}