Skip to content
Snippets Groups Projects
Commit 001280c5 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Remove unused variable

parent 858456f4
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ export default class TextPicker extends Component<*, Props, *> {
}
render() {
let {values, validations, multi, onCommit} = this.props;
let {validations, multi, onCommit} = this.props;
const hasInvalidValues = _.some(validations, (v) => v === false);
const commitOnEnter = (e) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment