Feature/improve position of currency column (#685)
* Move position of currency column * Update changelog
This commit is contained in:
@@ -48,9 +48,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
|
||||
'account',
|
||||
'platform',
|
||||
'transactions',
|
||||
'currency',
|
||||
'balance',
|
||||
'value'
|
||||
'value',
|
||||
'currency'
|
||||
];
|
||||
|
||||
if (this.showActions) {
|
||||
|
Reference in New Issue
Block a user