Fix a typo and give CW'd statuses the right cursor (#3918)
This commit is contained in:
		
							parent
							
								
									d7318b6840
								
							
						
					
					
						commit
						0c8f23b69f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -135,7 +135,7 @@ export default class StatusContent extends React.PureComponent {
 | 
			
		|||
      }
 | 
			
		||||
 | 
			
		||||
      return (
 | 
			
		||||
        <div className='status__content status__content--with_action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
 | 
			
		||||
        <div className='status__content status__content--with-action' ref={this.setRef} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
 | 
			
		||||
          <p style={{ marginBottom: hidden && status.get('mentions').isEmpty() ? '0px' : null }}>
 | 
			
		||||
            <span dangerouslySetInnerHTML={spoilerContent} />
 | 
			
		||||
            {' '}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue