dont show line if one account
This commit is contained in:
@@ -116,7 +116,7 @@ function ProfileCard() {
|
||||
)}
|
||||
</Menu.Trigger>
|
||||
<Menu.Outer>
|
||||
{otherAccounts && (
|
||||
{otherAccounts && otherAccounts.length > 0 && (
|
||||
<>
|
||||
<Menu.Group>
|
||||
{otherAccounts?.map(other => (
|
||||
|
||||
Reference in New Issue
Block a user