From 58c5e3856bd2306a127fc7365ce87783d338e831 Mon Sep 17 00:00:00 2001 From: amitx13 Date: Mon, 19 Aug 2024 13:49:49 +0530 Subject: [PATCH] Enabled UTXOs review feature for all kind of transaction --- src/components/Send/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Send/index.tsx b/src/components/Send/index.tsx index b00f9371..66abc7b4 100644 --- a/src/components/Send/index.tsx +++ b/src/components/Send/index.tsx @@ -567,8 +567,7 @@ export default function Send({ wallet }: SendProps) { feeConfigValues: { ...feeConfigValues, tx_fees: showConfirmSendModal.txFee }, }} > - {showConfirmSendModal.amount?.isSweep && - showConfirmSendModal.consideredUtxos && + {showConfirmSendModal.consideredUtxos && walletInfo && showConfirmSendModal.sourceJarIndex !== undefined && (() => {