Browse Source

Move currency column (#674)

pull/675/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
67d40333f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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