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