This commit is contained in:
Belen Curcio
2017-04-12 08:54:50 -03:00
parent 7590cee986
commit 83eb6492c2
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ class OffTopicCheckbox extends React.Component {
render() {
return (
<div className={styles.offTopic}>
<label>
<label className={styles.offTopicLabel}>
<input type="checkbox" onChange={this.handleChange}/>
Off-Topic
</label>