diff --git a/core/src/components/friends-view/profile-modal-update.js b/core/src/components/friends-view/profile-modal-update.js index 714467d6..aedc9f3b 100644 --- a/core/src/components/friends-view/profile-modal-update.js +++ b/core/src/components/friends-view/profile-modal-update.js @@ -348,8 +348,8 @@ class ProfileModalUpdate extends connect(store)(LitElement) { this.tagline = ''; } - fillAddress(coin) { - const address = this.getSelectedWalletAddress(coin); + async fillAddress(coin) { + const address = await this.getSelectedWalletAddress(coin); if (address) { this.wallets = { ...this.wallets,