From 9354123edb7ee5db12bf06f01b43c7279ae963e9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 19 Dec 2024 20:25:15 +0000 Subject: [PATCH] dont show line if one account --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => (