diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 5da5c2ce37..fd85b5d25b 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -116,7 +116,7 @@ function ProfileCard() { )} - {otherAccounts && ( + {otherAccounts && otherAccounts.length > 0 && ( <> {otherAccounts?.map(other => (