diff --git a/components/Swap/Withdraw/Wallet/WalletTransfer/TransferToken.tsx b/components/Swap/Withdraw/Wallet/WalletTransfer/TransferToken.tsx index a0a0ebb60..f349f484e 100644 --- a/components/Swap/Withdraw/Wallet/WalletTransfer/TransferToken.tsx +++ b/components/Swap/Withdraw/Wallet/WalletTransfer/TransferToken.tsx @@ -37,7 +37,6 @@ const TransferTokenButton: FC = ({ const { depositActionsResponse } = useSwapDataState() const callData = depositActionsResponse?.find(da => true)?.call_data as `0x${string}` | undefined - const config = useConfig() const transaction = useSendTransaction() useEffect(() => { @@ -169,4 +168,4 @@ const TransferTokenButton: FC = ({ } -export default TransferTokenButton \ No newline at end of file +export default TransferTokenButton