We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edf9b6 commit 8430352Copy full SHA for 8430352
src/Item.js
@@ -166,8 +166,8 @@ var Item = React.createClass({
166
type="range"
167
value={state.showNewCommentsAfter || threadStore.commentCount - 1}
168
onChange={(e) => {
169
- var showNewCommentsAfter = Number(e.target.value)
170
- this.setState({showNewCommentsAfter})
+ var showNewCommentsAfter = Number(e.target.value)
+ this.setState({showNewCommentsAfter})
171
}}
172
/>
173
<button type="button" onClick={this.highlightRecentComments}>
0 commit comments