mirror of https://github.com/tootsuite/mastodon
				
				
				
			Fix error when rendering limited account in web UI (#19413)
							parent
							
								
									062b3c9090
								
							
						
					
					
						commit
						73a48318a1
					
				|  | @ -64,7 +64,7 @@ export default class Avatar extends React.PureComponent { | |||
|         onMouseLeave={this.handleMouseLeave} | ||||
|         style={style} | ||||
|         role='img' | ||||
|         aria-label={account.get('acct')} | ||||
|         aria-label={account?.get('acct')} | ||||
|       /> | ||||
|     ); | ||||
|   } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Eugen Rochko
						Eugen Rochko