4
1
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:
QuickMythril 2024-02-04 16:43:57 -05:00
parent 2600ede3e9
commit 21ea70f73c

View File

@ -4686,8 +4686,8 @@ class MultiWallet extends LitElement {
}
const coin = this._selectedWallet
await this.fetchWalletAddress(this._selectedWallet)
await this.fetchWalletDetails(this._selectedWallet)
await this.fetchWalletServer(this._selectedWallet)
await this.fetchWalletDetails(this._selectedWallet)
if (this._selectedWallet == coin) {
await this.renderTransactions()
await this.getTransactionGrid(this._selectedWallet)