Skip to content

Commit

Permalink
don't use fallback route
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Mar 9, 2024
1 parent ddd23ba commit 87f0056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/PaymentMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function saveWalletTransferMethodType(filterPaymentMethodType?: FilterMethodPaym

function dismissSuccessfulTransferBalancePage() {
Onyx.merge(ONYXKEYS.WALLET_TRANSFER, {shouldShowSuccess: false});
Navigation.goBack(ROUTES.SETTINGS_WALLET);
Navigation.goBack();
}

/**
Expand Down

0 comments on commit 87f0056

Please sign in to comment.