i really need to add linting here...

This commit is contained in:
Andre Landgraf 2019-06-13 18:06:33 +02:00
parent b59f4410a0
commit 996553f044
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-datalist-input",
"version": "1.1.9",
"version": "1.1.10",
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
"main": "./lib/DataListInput.js",
"license": "MIT",

View File

@ -40,7 +40,7 @@ class DataListInput extends React.Component {
visible: true,
} );
} else {
his.setState( { currentInput } )
this.setState( { currentInput } )
}
};