Adding preSubmit hoojs

This commit is contained in:
Belen Curcio
2017-04-11 12:42:48 -03:00
parent 014c23bb95
commit aeaa9ae80f
2 changed files with 15 additions and 3 deletions
@@ -29,7 +29,6 @@ class OffTopicCheckbox extends React.Component {
return (
<div className={styles.offTopic}>
<label>
{/*{console.log(this.props)}*/}
<input type="checkbox" onChange={this.handleChange}/>
Off-Topic
</label>