address scroll handle different page sizes
This commit is contained in:
parent
dfdd286f75
commit
4f98a413d1
@ -258,8 +258,7 @@ export class AddressComponent implements OnInit, OnDestroy {
|
|||||||
if (transactions && transactions.length) {
|
if (transactions && transactions.length) {
|
||||||
this.lastTransactionTxId = transactions[transactions.length - 1].txid;
|
this.lastTransactionTxId = transactions[transactions.length - 1].txid;
|
||||||
this.transactions = this.transactions.concat(transactions);
|
this.transactions = this.transactions.concat(transactions);
|
||||||
}
|
} else {
|
||||||
if (transactions?.length == null || transactions.length < 50) {
|
|
||||||
this.fullyLoaded = true;
|
this.fullyLoaded = true;
|
||||||
}
|
}
|
||||||
this.isLoadingTransactions = false;
|
this.isLoadingTransactions = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user