Skip to content

Commit

Permalink
Merge pull request #28845 from DylanDylann/fix/28007-city-field
Browse files Browse the repository at this point in the history
Fix: City field is lost when login again by deeplink
  • Loading branch information
AndrewGable authored Oct 5, 2023
2 parents 7f7b424 + 8e80bda commit 56ced22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Profile/PersonalDetails/AddressPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function AddressPage({privatePersonalDetails, route}) {
}
setState(address.state);
setCurrentCountry(address.country);
setCity(address.city);
}, [address]);

/**
Expand Down

0 comments on commit 56ced22

Please sign in to comment.