switch account label text

This commit is contained in:
Samuel Newman
2024-12-23 23:03:20 +00:00
parent 9354123edb
commit eee1a211f7
+3
View File
@@ -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}