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() {
|
public ngOnChanges() {
|
||||||
this.displayedColumns = [
|
this.displayedColumns = [
|
||||||
'account',
|
'account',
|
||||||
'currency',
|
|
||||||
'platform',
|
'platform',
|
||||||
'transactions',
|
'transactions',
|
||||||
|
'currency',
|
||||||
'balance',
|
'balance',
|
||||||
'value'
|
'value'
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user