Commit e6bd8f99 authored by Olivia Madrid's avatar Olivia Madrid

fix build fail

1 merge request!686WIP: Epic/wallet 80
Pipeline #117860713 failed with stages
in 27 minutes and 45 seconds
......@@ -234,7 +234,7 @@ export class WalletTransactionsTokensComponent implements OnInit, OnDestroy {
if (typeFilter !== this.selectedTransactionType) {
this.filterApplied = typeFilter === 'all' ? false : true;
this.selectedTransactionType = typeFilter;
this.load(true);
this.loadTransactions(true);
}
}
......
Please register or to comment