|
@ -101,7 +101,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { |
|
|
|
|
|
|
|
|
if (this.hasPermissionForSubscription) { |
|
|
if (this.hasPermissionForSubscription) { |
|
|
this.displayedColumns = [ |
|
|
this.displayedColumns = [ |
|
|
'index', |
|
|
|
|
|
'user', |
|
|
'user', |
|
|
'country', |
|
|
'country', |
|
|
'registration', |
|
|
'registration', |
|
@ -114,7 +113,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { |
|
|
]; |
|
|
]; |
|
|
} else { |
|
|
} else { |
|
|
this.displayedColumns = [ |
|
|
this.displayedColumns = [ |
|
|
'index', |
|
|
|
|
|
'user', |
|
|
'user', |
|
|
'registration', |
|
|
'registration', |
|
|
'accounts', |
|
|
'accounts', |
|
|