Skip to content

Commit

Permalink
Merge pull request Expensify#33726 from ZhenjaHorbach/location-text-d…
Browse files Browse the repository at this point in the history
…oes-not-change-on-selecting-your-location

Location text does not change on selecting Use current location
  • Loading branch information
mountiny authored Jan 4, 2024
2 parents cbf35b6 + 179d306 commit 7e58f8a
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 @@ -349,6 +349,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 7e58f8a

Please sign in to comment.