AccountHeader: only show "copy npub" menu item on Ditto
This commit is contained in:
parent
bed49d1efd
commit
790b3aa8c2
|
@ -328,11 +328,13 @@ const Header: React.FC<IHeader> = ({ account }) => {
|
|||
icon: require('@tabler/icons/outline/clipboard-copy.svg'),
|
||||
});
|
||||
|
||||
if (account.nostr.pubkey) {
|
||||
menu.push({
|
||||
text: intl.formatMessage(messages.npub),
|
||||
action: handleCopyNpub,
|
||||
icon: require('@tabler/icons/outline/clipboard-copy.svg'),
|
||||
});
|
||||
}
|
||||
|
||||
if (!ownAccount) return menu;
|
||||
|
||||
|
|
Loading…
Reference in New Issue