From f5f228a8cc75667dde6a0f1bce3197d2b53cb2e0 Mon Sep 17 00:00:00 2001 From: amitx13 Date: Tue, 16 Jul 2024 11:48:28 +0530 Subject: [PATCH] UTXOs are only visible in case of sweep --- src/components/PaymentConfirmModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PaymentConfirmModal.tsx b/src/components/PaymentConfirmModal.tsx index d6af10890..7efb74912 100644 --- a/src/components/PaymentConfirmModal.tsx +++ b/src/components/PaymentConfirmModal.tsx @@ -209,7 +209,7 @@ export function PaymentConfirmModal({ )} - {showSelectedUtxos && ( + {showSelectedUtxos && isSweep && ( {t('show_utxos.selected_utxos')}