forked from EVOgeek/Vmeda.Online
		
	MOBILE-3523 user-avatar: Fix unclosed parenthesis
This commit is contained in:
		
							parent
							
								
									e4b2e8b3c3
								
							
						
					
					
						commit
						22d4ba9176
					
				| @ -87,7 +87,7 @@ export class CoreUserAvatarComponent implements OnInit, OnChanges, OnDestroy { | ||||
|      */ | ||||
|     protected setFields(): void { | ||||
|         const profileUrl = this.profileUrl || (this.user && (this.user.profileimageurl || this.user.userprofileimageurl || | ||||
|             this.user.userpictureurl || this.user.profileimageurlsmall || (this.user.urls && this.user.urls.profileimage)); | ||||
|             this.user.userpictureurl || this.user.profileimageurlsmall || (this.user.urls && this.user.urls.profileimage))); | ||||
| 
 | ||||
|         if (typeof profileUrl == 'string') { | ||||
|             this.avatarUrl = profileUrl; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user