Skip to content

Commit

Permalink
missed one (thanks to 'any')
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Oct 3, 2024
1 parent dbe6ba8 commit a012ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/components/ConnectWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const ConnectWalletForm = ({
}
}
} catch (error) {
setErrors((_) => ({ ..._, connect: error.message }));
setErrors((_) => ({ ..._, connect: toErrorInfo(error.message) }));
} finally {
setIsSubmitting(false);
}
Expand Down

0 comments on commit a012ce4

Please sign in to comment.