diff --git a/src/popup/components/ConnectWalletForm.tsx b/src/popup/components/ConnectWalletForm.tsx index 734a61f4..3fd1c2b8 100644 --- a/src/popup/components/ConnectWalletForm.tsx +++ b/src/popup/components/ConnectWalletForm.tsx @@ -205,7 +205,7 @@ export const ConnectWalletForm = ({ } } } catch (error) { - setErrors((_) => ({ ..._, connect: error.message })); + setErrors((_) => ({ ..._, connect: toErrorInfo(error.message) })); } finally { setIsSubmitting(false); }