Skip to content

Commit f5f228a

Browse files
committed
UTXOs are only visible in case of sweep
1 parent 0c1f36a commit f5f228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PaymentConfirmModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function PaymentConfirmModal({
209209
</rb.Col>
210210
</rb.Row>
211211
)}
212-
{showSelectedUtxos && (
212+
{showSelectedUtxos && isSweep && (
213213
<rb.Row className="mt-3">
214214
<rb.Col xs={4} md={3} className="text-end">
215215
<strong>{t('show_utxos.selected_utxos')}</strong>

0 commit comments

Comments
 (0)