Skip to content

Commit

Permalink
Show an error modal on unexpected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Aug 19, 2024
1 parent 4949c99 commit 2c968f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/gui/providers/bityProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ export const bityProvider: FiatProviderFactory = {
// their personal info depending on what was wrong with the
// order, i.e. invalid bank or address info.
console.error('Bity order error: ', e)
await showUi.showError(lstrings.error_unexpected_title)
}

if (approveQuoteRes == null) {
Expand Down

0 comments on commit 2c968f9

Please sign in to comment.