@ -48,9 +48,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
'account',
'platform',
'transactions',
'currency',
'balance',
'value'
'value',
'currency'
];
if (this.showActions) {
@ -134,10 +134,10 @@ export class ActivitiesTableComponent implements OnChanges, OnDestroy {
'type',
'symbol',
'quantity',
'unitPrice',
'fee',
'actions'