mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
fix: search button and refactor wind direction icon slightly
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user