Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed May 16, 2020
1 parent 5edf9b6 commit 8430352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Item.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ var Item = React.createClass({
type="range"
value={state.showNewCommentsAfter || threadStore.commentCount - 1}
onChange={(e) => {
var showNewCommentsAfter = Number(e.target.value)
this.setState({showNewCommentsAfter})
var showNewCommentsAfter = Number(e.target.value)
this.setState({showNewCommentsAfter})
}}
/>
<button type="button" onClick={this.highlightRecentComments}>
Expand Down

0 comments on commit 8430352

Please sign in to comment.