mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-24 20:07:51 +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 = '';
|
this.tagline = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
fillAddress(coin) {
|
async fillAddress(coin) {
|
||||||
const address = this.getSelectedWalletAddress(coin);
|
const address = await this.getSelectedWalletAddress(coin);
|
||||||
if (address) {
|
if (address) {
|
||||||
this.wallets = {
|
this.wallets = {
|
||||||
...this.wallets,
|
...this.wallets,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user