mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Improve order of element rendering
This commit is contained in:
parent
2600ede3e9
commit
21ea70f73c
@ -4686,8 +4686,8 @@ class MultiWallet extends LitElement {
|
|||||||
}
|
}
|
||||||
const coin = this._selectedWallet
|
const coin = this._selectedWallet
|
||||||
await this.fetchWalletAddress(this._selectedWallet)
|
await this.fetchWalletAddress(this._selectedWallet)
|
||||||
await this.fetchWalletDetails(this._selectedWallet)
|
|
||||||
await this.fetchWalletServer(this._selectedWallet)
|
await this.fetchWalletServer(this._selectedWallet)
|
||||||
|
await this.fetchWalletDetails(this._selectedWallet)
|
||||||
if (this._selectedWallet == coin) {
|
if (this._selectedWallet == coin) {
|
||||||
await this.renderTransactions()
|
await this.renderTransactions()
|
||||||
await this.getTransactionGrid(this._selectedWallet)
|
await this.getTransactionGrid(this._selectedWallet)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user