Disable ESLint rule jsx/anchor-has-content (#3601)
This commit is contained in:
		
							parent
							
								
									7adac1bc51
								
							
						
					
					
						commit
						e969c78645
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -52,7 +52,7 @@ class Avatar extends ImmutablePureComponent { | |||
|     return ( | ||||
|       <Motion defaultStyle={{ radius: 90 }} style={{ radius: spring(isHovered ? 30 : 90, { stiffness: 180, damping: 12 }) }}> | ||||
|         {({ radius }) => | ||||
|           <a | ||||
|           <a // eslint-disable-line jsx-a11y/anchor-has-content
 | ||||
|             href={account.get('url')} | ||||
|             className='account__header__avatar' | ||||
|             target='_blank' | ||||
|  |  | |||
		Reference in a new issue