Commit 71521e2a authored by picklesrus's avatar picklesrus

Fix lint and update text.

parent fe9d9078
...@@ -170,7 +170,7 @@ class ComposeComment extends React.Component { ...@@ -170,7 +170,7 @@ class ComposeComment extends React.Component {
{this.isMuted() ? ( {this.isMuted() ? (
<FlexRow className="comment"> <FlexRow className="comment">
<CommentingStatus> <CommentingStatus>
<p>Scratch thinks your comment was disrespectful.</p> <p>Scratch thinks your most recent comment was disrespectful.</p>
<p> <p>
For the next {this.convertToMinutesFromNow(this.state.muteExpiresAt)} minutes you For the next {this.convertToMinutesFromNow(this.state.muteExpiresAt)} minutes you
won&apos;t be able to post comments. won&apos;t be able to post comments.
...@@ -189,7 +189,7 @@ class ComposeComment extends React.Component { ...@@ -189,7 +189,7 @@ class ComposeComment extends React.Component {
className={classNames('flex-row', className={classNames('flex-row',
'comment', 'comment',
this.state.status === ComposeStatus.REJECTED_MUTE ? this.state.status === ComposeStatus.REJECTED_MUTE ?
'compose-disabled' : '')} 'compose-disabled' : '')}
> >
<a href={`/users/${this.props.user.username}`}> <a href={`/users/${this.props.user.username}`}>
<Avatar src={this.props.user.thumbnailUrl} /> <Avatar src={this.props.user.thumbnailUrl} />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment