mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Run prettier
This commit is contained in:
parent
d3425439c5
commit
f2270077f6
1 changed files with 2 additions and 2 deletions
|
|
@ -289,11 +289,11 @@ class LocationAutocompleteInput extends Component {
|
|||
}
|
||||
|
||||
handlePredictionsSelectStart() {
|
||||
this.setState({selectionInProgress: true})
|
||||
this.setState({ selectionInProgress: true });
|
||||
}
|
||||
|
||||
handlePredictionsSelectEnd(index) {
|
||||
this.setState({selectionInProgress: false});
|
||||
this.setState({ selectionInProgress: false });
|
||||
this.selectItem(index);
|
||||
this.finalizeSelection();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue