Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/accounts-table/accounts-table.component.ts
|
@ -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' |
|
|
]; |
|
|
]; |
|
|