Skip to content

Commit

Permalink
Fix bug with location text does not change on selecting Use current l…
Browse files Browse the repository at this point in the history
…ocation
  • Loading branch information
ZhenjaHorbach committed Dec 28, 2023
1 parent 376bb95 commit 179d306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ function AddressSearch({
lat: successData.coords.latitude,
lng: successData.coords.longitude,
address: CONST.YOUR_LOCATION_TEXT,
name: CONST.YOUR_LOCATION_TEXT,
};
onPress(location);
},
Expand Down

0 comments on commit 179d306

Please sign in to comment.