From 65959f10b5aa9a9d1b771a08dc025ce575215966 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Wed, 8 Feb 2023 17:02:51 +0200 Subject: [PATCH] copy user id btn should copy npub, not hex --- src/js/views/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/views/Profile.js b/src/js/views/Profile.js index 13deae47..e218b946 100644 --- a/src/js/views/Profile.js +++ b/src/js/views/Profile.js @@ -137,7 +137,7 @@ class Profile extends View { key=${`${this.state.hexPub}copyNpub`} text=${t('copy_user_ID')} title=${this.state.name} - copyStr=${this.state.hexPub} + copyStr=${this.state.npub} />