switch account label text
This commit is contained in:
@@ -119,6 +119,9 @@ function ProfileCard() {
|
|||||||
{otherAccounts && otherAccounts.length > 0 && (
|
{otherAccounts && otherAccounts.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<Menu.Group>
|
<Menu.Group>
|
||||||
|
<Menu.LabelText>
|
||||||
|
<Trans>Switch account</Trans>
|
||||||
|
</Menu.LabelText>
|
||||||
{otherAccounts?.map(other => (
|
{otherAccounts?.map(other => (
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
disabled={!!pendingDid}
|
disabled={!!pendingDid}
|
||||||
|
|||||||
Reference in New Issue
Block a user