Skip to content

Commit

Permalink
Oops missed a revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Nov 1, 2023
1 parent d7e1461 commit 3488601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function AddressSearch(props) {
lng: successData.coords.longitude,
address: CONST.YOUR_LOCATION_TEXT,
};
onPress(location);
props.onPress(location);
},
(errorData) => {
if (!shouldTriggerGeolocationCallbacks.current) {
Expand Down

0 comments on commit 3488601

Please sign in to comment.