Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Oct 29, 2021
1 parent ae573d5 commit a018166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AddressSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const defaultProps = {

// Do not convert to class component! setAddressText only works in functional components!
// Reference: https://github.com/FaridSafi/react-native-google-places-autocomplete/issues/609#issuecomment-886133839

const AddressSearch = (props) => {
const googlePlacesRef = useRef();
const [displayListViewBorder, setDisplayListViewBorder] = useState(false);
Expand Down

0 comments on commit a018166

Please sign in to comment.