Browse Source

fix(client): modernize user detail dialog component

pull/7302/head
KenTandrian 3 days ago
parent
commit
c3627ddcf0
  1. 2
      apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts

2
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts

@ -49,7 +49,7 @@ import {
templateUrl: './user-detail-dialog.html' templateUrl: './user-detail-dialog.html'
}) })
export class GfUserDetailDialogComponent implements OnInit { export class GfUserDetailDialogComponent implements OnInit {
protected baseCurrency: string; protected readonly baseCurrency: string;
protected readonly getCountryName = getCountryName; protected readonly getCountryName = getCountryName;
protected readonly subscriptionsDataSource = protected readonly subscriptionsDataSource =
new MatTableDataSource<Subscription>(); new MatTableDataSource<Subscription>();

Loading…
Cancel
Save