|  |  | @ -278,9 +278,9 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { | 
			
		
	
		
			
				
					|  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |   private openUserDetailDialog(userId: string) { | 
			
		
	
		
			
				
					|  |  |  |   private openUserDetailDialog(aUserId: string) { | 
			
		
	
		
			
				
					|  |  |  |     const userData = this.dataSource.data.find(({ id }) => { | 
			
		
	
		
			
				
					|  |  |  |       return id === userId; | 
			
		
	
		
			
				
					|  |  |  |       return id === aUserId; | 
			
		
	
		
			
				
					|  |  |  |     }); | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     if (!userData) { | 
			
		
	
	
		
			
				
					|  |  | @ -293,6 +293,7 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { | 
			
		
	
		
			
				
					|  |  |  |       data: { | 
			
		
	
		
			
				
					|  |  |  |         userData, | 
			
		
	
		
			
				
					|  |  |  |         deviceType: this.deviceType, | 
			
		
	
		
			
				
					|  |  |  |         hasPermissionForSubscription: this.hasPermissionForSubscription, | 
			
		
	
		
			
				
					|  |  |  |         locale: this.user?.settings?.locale | 
			
		
	
		
			
				
					|  |  |  |       } as UserDetailDialogParams, | 
			
		
	
		
			
				
					|  |  |  |       height: this.deviceType === 'mobile' ? '98vh' : '60vh', | 
			
		
	
	
		
			
				
					|  |  | 
 |