diff --git a/src/popup/components/ConnectWalletForm.tsx b/src/popup/components/ConnectWalletForm.tsx index 10805535..734a61f4 100644 --- a/src/popup/components/ConnectWalletForm.tsx +++ b/src/popup/components/ConnectWalletForm.tsx @@ -27,7 +27,6 @@ interface Inputs { walletAddressUrl: string; amount: string; recurring: boolean; - autoKeyAddConsent: boolean; } type ErrorInfo = { message: string; info?: ErrorWithKeyLike };