address scroll handle different page sizes

This commit is contained in:
Mononaut 2024-02-07 20:23:35 +00:00
parent dfdd286f75
commit 4f98a413d1
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -258,8 +258,7 @@ export class AddressComponent implements OnInit, OnDestroy {
if (transactions && transactions.length) {
this.lastTransactionTxId = transactions[transactions.length - 1].txid;
this.transactions = this.transactions.concat(transactions);
}
if (transactions?.length == null || transactions.length < 50) {
} else {
this.fullyLoaded = true;
}
this.isLoadingTransactions = false;