Skip to content

Commit

Permalink
Restyled by prettier (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Nov 2, 2020
1 parent 7dcb616 commit 123f20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const Search = ({ className = "" }: { className?: string }) => {
onChange: (event, value) => {
dispatch(switchViewToPlace(value));
},
blurOnSelect: true
blurOnSelect: true,
});

const handleSearch = (event) => {
Expand Down

0 comments on commit 123f20c

Please sign in to comment.