fix: search button and refactor wind direction icon slightly

This commit is contained in:
David Ralph
2021-05-08 10:58:17 +01:00
parent 7327382497
commit b1fbaa7601
3 changed files with 6 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ export default class Autocomplete extends React.Component {
input: e.target.innerText
});
this.props.onClick(e.target.innerText);
this.props.onClick(e);
};
render() {