mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-28 05:47:52 +00:00
Merge pull request #220 from JustinReact/bugfix/fix-upload-wallet
Fix bug with fetching wallet addresses in profile
This commit is contained in:
commit
1d4d797bd8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user