Fix a typo and give CW'd statuses the right cursor (#3918)

This commit is contained in:
Daniel Hunsaker 2017-06-23 15:13:27 -06:00 committed by Eugen Rochko
parent 676f577e7e
commit c0979381a4
1 changed files with 1 additions and 1 deletions

View File

@ -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} />
{' '}