Browse Source

Move currency column

pull/674/head
Thomas 3 years ago
parent
commit
5af95d2528
  1. 2
      apps/client/src/app/components/accounts-table/accounts-table.component.ts

2
apps/client/src/app/components/accounts-table/accounts-table.component.ts

@ -46,9 +46,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
public ngOnChanges() {
this.displayedColumns = [
'account',
'currency',
'platform',
'transactions',
'currency',
'balance',
'value'
];

Loading…
Cancel
Save