Upgrade ESlint to v8 (#23305)
This commit is contained in:
		
					parent
					
						
							
								b58bf74e35
							
						
					
				
			
			
				commit
				
					
						c49213f0ea
					
				
			
		
					 120 changed files with 832 additions and 810 deletions
				
			
		|  | @ -29,12 +29,12 @@ export default class AvatarOverlay extends React.PureComponent { | |||
|   handleMouseEnter = () => { | ||||
|     if (this.props.animate) return; | ||||
|     this.setState({ hovering: true }); | ||||
|   } | ||||
|   }; | ||||
| 
 | ||||
|   handleMouseLeave = () => { | ||||
|     if (this.props.animate) return; | ||||
|     this.setState({ hovering: false }); | ||||
|   } | ||||
|   }; | ||||
| 
 | ||||
|   render() { | ||||
|     const { account, friend, animate, size, baseSize, overlaySize } = this.props; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue