diff --git a/src/components/auth/AccountSwitcher.tsx b/src/components/auth/AccountSwitcher.tsx index 4a3b7e5..f153d18 100644 --- a/src/components/auth/AccountSwitcher.tsx +++ b/src/components/auth/AccountSwitcher.tsx @@ -58,8 +58,12 @@ export function AccountSwitcher({ onAddAccountClick }: AccountSwitcherProps) {

{getDisplayName(currentUser)}

- -
Switch Account
+ {otherUsers.length > 0 && ( + <> + +
Switch Account
+ + )} {otherUsers.map((user) => (