feat: account drawer.

This commit is contained in:
elforjani3
2021-04-27 15:58:37 +02:00
parent 5bb31f783c
commit 5b62410afa
14 changed files with 437 additions and 12 deletions

View File

@@ -665,7 +665,7 @@ export default class AccountsService {
key: 'base_currency',
});
return {
...account,
...account.toJSON(),
currencyCode: baseCurrency,
};
}