Skip to content

Commit

Permalink
Unset name for current location
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Oct 23, 2023
1 parent 0731102 commit 67e5322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ function AddressSearch(props) {
const location = {
lat: successData.coords.latitude,
lng: successData.coords.longitude,
name: CONST.YOUR_LOCATION_TEXT,
address: CONST.YOUR_LOCATION_TEXT,
};
props.onPress(location);
Expand Down

0 comments on commit 67e5322

Please sign in to comment.