mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rebuild frontend
This commit is contained in:
@@ -224,7 +224,7 @@ export default () => ({
|
||||
native_balance: formatMoney(parent.attributes.native_current_balance, parent.attributes.native_code),
|
||||
groups: groups,
|
||||
});
|
||||
console.log(parent.attributes);
|
||||
// console.log(parent.attributes);
|
||||
count++;
|
||||
if (count === totalAccounts) {
|
||||
accounts.sort((a, b) => a.order - b.order); // b - a for reverse sort
|
||||
|
Reference in New Issue
Block a user