Skip to content

Commit

Permalink
fix: back button on enable wallets page
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Oct 22, 2023
1 parent 56bab9e commit 81fb1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EnablePayments/EnablePaymentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function EnablePaymentsPage({userWallet}) {
if (!isPendingOnfidoResult) {
Wallet.openEnablePaymentsPage();
} else {
Navigation.navigate(ROUTES.SETTINGS_WALLET);
Navigation.navigate(ROUTES.SETTINGS_WALLET, CONST.NAVIGATION.TYPE.UP);
}
}, [isOffline, isPendingOnfidoResult]);

Expand Down

0 comments on commit 81fb1a2

Please sign in to comment.