Filter list of bills.

This commit is contained in:
James Cole
2025-07-24 06:55:53 +02:00
parent 5b3b1804f3
commit fe3c7c47c4
4 changed files with 42 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ export default () => ({
continue;
}
let key = current.key;
console.log('NOT NATIVE');
// console.log('NOT NATIVE');
if (key.startsWith('balance-in-')) {
this.balanceBox.amounts.push(formatMoney(current.monetary_value, current.currency_code));
continue;