Feature/improve position of currency column (#685)

* Move position of currency column

* Update changelog
This commit is contained in:
Thomas Kaul
2022-02-09 09:25:22 +01:00
committed by GitHub
parent e29f7f8976
commit 6ac693dd39
3 changed files with 10 additions and 3 deletions

View File

@@ -48,9 +48,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
'account',
'platform',
'transactions',
'currency',
'balance',
'value'
'value',
'currency'
];
if (this.showActions) {