Prevent address page to load more txs unnecessarily

This commit is contained in:
natsoni 2024-05-03 14:45:09 +02:00
parent ba27ff9c42
commit 1c3e0bdd6a
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -173,6 +173,7 @@ export class AddressComponent implements OnInit, OnDestroy {
}); });
this.transactions = this.tempTransactions; this.transactions = this.tempTransactions;
if (this.transactions.length === this.txCount) this.fullyLoaded = true;
this.isLoadingTransactions = false; this.isLoadingTransactions = false;
}, },
(error) => { (error) => {