From dbe6ba83c76fab8a023ecbd19e0dc43f345ab79f Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:13:44 +0530 Subject: [PATCH] remove changes from other branch --- src/popup/components/ConnectWalletForm.tsx | 1 - 1 file changed, 1 deletion(-) 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 };