We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b23a178 + 2bf5a4d commit 0e32792Copy full SHA for 0e32792
lib/components/user/places/favorite-place-screen.js
@@ -70,7 +70,7 @@ class FavoritePlaceScreen extends Component {
70
71
// Save changes to loggedInUser.
72
const { intl, placeIndex, saveUserPlace } = this.props
73
- toastPromise(saveUserPlace(placeToSave, placeIndex, intl), toastMessageOnPlaceChanged(placeToSave, intl, 'Remembered'), intl)
+ saveUserPlace(placeToSave, placeIndex, intl)
74
75
// Return to previous location when done.
76
navigateBack()
0 commit comments