Commit e6bd8f99 authored by Olivia Madrid's avatar Olivia Madrid

fix build fail

1 merge request!686WIP: Epic/wallet 80
Pipeline #117860713 running with stages
......@@ -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