copy user id btn should copy npub, not hex

This commit is contained in:
Martti Malmi 2023-02-08 17:02:51 +02:00
parent 0532946527
commit 65959f10b5

View File

@ -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}
/>
<!-- <${Button} onClick=${() => $(this.qrRef.current).toggle()}
>${t('show_qr_code')}<//