Skip to content

Commit

Permalink
Fix for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
astonm committed Nov 22, 2016
1 parent 5deab85 commit 4091116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormsyText.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const FormsyText = React.createClass({
this.setValue(event.currentTarget.value);
// If it becomes invalid, and there isn't an error message, invalidate without error.
} else {
this.setState({_value: event.currentTarget.value, _isPristine: false});
this.setState({ _value: event.currentTarget.value, _isPristine: false });
}
}
}
Expand Down

0 comments on commit 4091116

Please sign in to comment.