Prevent address page to load more txs unnecessarily
This commit is contained in:
parent
ba27ff9c42
commit
1c3e0bdd6a
@ -173,6 +173,7 @@ export class AddressComponent implements OnInit, OnDestroy {
|
||||
});
|
||||
|
||||
this.transactions = this.tempTransactions;
|
||||
if (this.transactions.length === this.txCount) this.fullyLoaded = true;
|
||||
this.isLoadingTransactions = false;
|
||||
},
|
||||
(error) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user