This commit is contained in:
		
							parent
							
								
									8a6096a3de
								
							
						
					
					
						commit
						553170b77a
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -125,7 +125,7 @@ const StatusContent = React.createClass({
 | 
			
		|||
          <div style={{ display: hidden ? 'none' : 'block', ...directionStyle }} dangerouslySetInnerHTML={content} />
 | 
			
		||||
        </div>
 | 
			
		||||
      );
 | 
			
		||||
    } else {
 | 
			
		||||
    } else if (this.props.onClick) {
 | 
			
		||||
      return (
 | 
			
		||||
        <div
 | 
			
		||||
          className='status__content'
 | 
			
		||||
| 
						 | 
				
			
			@ -135,6 +135,14 @@ const StatusContent = React.createClass({
 | 
			
		|||
          dangerouslySetInnerHTML={content}
 | 
			
		||||
        />
 | 
			
		||||
      );
 | 
			
		||||
    } else {
 | 
			
		||||
      return (
 | 
			
		||||
        <div
 | 
			
		||||
          className='status__content'
 | 
			
		||||
          style={{ ...directionStyle }}
 | 
			
		||||
          dangerouslySetInnerHTML={content}
 | 
			
		||||
        />
 | 
			
		||||
      );
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue