remove useless state value

This commit is contained in:
cyril lopez 2017-07-10 16:40:58 +02:00
parent 3e7adff87c
commit 1fc907f358

View File

@ -27,7 +27,6 @@ class InputText extends React.Component { // eslint-disable-line react/prefer-st
super(props);
this.state = {
errors: false,
value: '',
};
}