Skip to content

Commit

Permalink
fix duplicated notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Feb 21, 2024
1 parent 05157d9 commit 3211f62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function handleLedgerError(error: IError, resetConfirmationPropsOnDenial
const ledgerError = deriveLedgerError(error?.error)
if (!ledgerError || !(ledgerError in LEDGER_ERROR_LOCALES)) {
handleGenericError(error)
return
}

const popupType = get(profileAuthPopup)?.id
Expand Down

0 comments on commit 3211f62

Please sign in to comment.