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