Skip to content

Commit

Permalink
Merge pull request #1451 from gabrielbazan7/fix/payproconfirm
Browse files Browse the repository at this point in the history
[FIX] add missing ongoingprocess dismiss if err
  • Loading branch information
JohnathanWhite authored Nov 8, 2024
2 parents f1a8b48 + ee49583 commit c19f900
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ const PayProConfirm = () => {
setConfirmHardwareState(null);
err = getLedgerErrorMessage(err);
}
dispatch(dismissOnGoingProcessModal());
const twoFactorRequired =
coinbaseAccount &&
err?.message?.includes(CoinbaseErrorMessages.twoFactorRequired);
Expand Down

0 comments on commit c19f900

Please sign in to comment.