Deleting useless constructor

This commit is contained in:
Belen Curcio
2017-04-12 20:54:11 -03:00
parent 78286d3374
commit 2e37512851
@@ -5,10 +5,8 @@ import {addTag, removeTag} from 'coral-plugin-commentbox/actions';
import styles from './styles.css';
class OffTopicCheckbox extends React.Component {
constructor() {
super();
this.label = 'OFF_TOPIC';
}
label = 'OFF_TOPIC';
handleChange = (e) => {
if (e.target.checked) {