Move currency column (#674)
This commit is contained in:
parent
48f6b8d353
commit
67d40333f6
@ -46,9 +46,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
|
||||
public ngOnChanges() {
|
||||
this.displayedColumns = [
|
||||
'account',
|
||||
'currency',
|
||||
'platform',
|
||||
'transactions',
|
||||
'currency',
|
||||
'balance',
|
||||
'value'
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user