Rebuild frontend

This commit is contained in:
James Cole
2023-08-29 07:34:41 +02:00
parent 0d8b2ae799
commit cdd4dc6065
6 changed files with 23 additions and 23 deletions

View File

@@ -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