fix things
This commit is contained in:
@@ -26,7 +26,7 @@ const { sortedArray, headerProps } = useSort(() => transactions.value.map(transa
|
||||
balance: getIskBalance(transaction),
|
||||
transfers: transaction.transfers
|
||||
}
|
||||
}));
|
||||
}), { defaultSortKey: 'date', defaultSortDirection: 'desc' });
|
||||
|
||||
const getIskBalance = (transaction: TransactionResponse) => {
|
||||
if (!ledgerId.value) {
|
||||
|
||||
Reference in New Issue
Block a user