Skip to content

Commit

Permalink
change navigate to goBack
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Jul 18, 2023
1 parent ab3d0e8 commit a2b1b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Payments/AddPayPalMePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function AddPayPalMePage(props) {
User.addPaypalMeAddress(payPalMeUsername);

Growl.show(growlMessageOnSave, CONST.GROWL.SUCCESS, 3000);
Navigation.navigate(ROUTES.SETTINGS_PAYMENTS);
Navigation.goBack(ROUTES.SETTINGS_PAYMENTS);
}, [payPalMeUsername, growlMessageOnSave]);

return (
Expand Down

0 comments on commit a2b1b79

Please sign in to comment.