|
|
@ -51,8 +51,8 @@ import { |
|
|
export class GfUserDetailDialogComponent implements OnInit { |
|
|
export class GfUserDetailDialogComponent implements OnInit { |
|
|
protected baseCurrency: string; |
|
|
protected baseCurrency: string; |
|
|
protected readonly getCountryName = getCountryName; |
|
|
protected readonly getCountryName = getCountryName; |
|
|
protected subscriptionsDataSource = new MatTableDataSource<Subscription>(); |
|
|
protected readonly subscriptionsDataSource = new MatTableDataSource<Subscription>(); |
|
|
protected subscriptionsDisplayedColumns = [ |
|
|
protected readonly subscriptionsDisplayedColumns = [ |
|
|
'createdAt', |
|
|
'createdAt', |
|
|
'type', |
|
|
'type', |
|
|
'price', |
|
|
'price', |
|
|
|