Browse Source

Move position of currency column

pull/685/head
Thomas 3 years ago
parent
commit
f0f22c78f5
  1. 4
      apps/client/src/app/components/accounts-table/accounts-table.component.ts
  2. 2
      libs/ui/src/lib/activities-table/activities-table.component.ts

4
apps/client/src/app/components/accounts-table/accounts-table.component.ts

@ -48,9 +48,9 @@ export class AccountsTableComponent implements OnChanges, OnDestroy, OnInit {
'account', 'account',
'platform', 'platform',
'transactions', 'transactions',
'currency',
'balance', 'balance',
'value' 'value',
'currency'
]; ];
if (this.showActions) { if (this.showActions) {

2
libs/ui/src/lib/activities-table/activities-table.component.ts

@ -134,10 +134,10 @@ export class ActivitiesTableComponent implements OnChanges, OnDestroy {
'type', 'type',
'symbol', 'symbol',
'quantity', 'quantity',
'currency',
'unitPrice', 'unitPrice',
'fee', 'fee',
'value', 'value',
'currency',
'account', 'account',
'actions' 'actions'
]; ];

Loading…
Cancel
Save