dont show line if one account

This commit is contained in:
Samuel Newman
2024-12-19 20:25:15 +00:00
parent 51aabbd3db
commit 9354123edb
+1 -1
View File
@@ -116,7 +116,7 @@ function ProfileCard() {
)}
</Menu.Trigger>
<Menu.Outer>
{otherAccounts && (
{otherAccounts && otherAccounts.length > 0 && (
<>
<Menu.Group>
{otherAccounts?.map(other => (