Skip to content

Commit

Permalink
UTXOs are only visible in case of sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
amitx13 committed Jul 16, 2024
1 parent 0c1f36a commit f5f228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaymentConfirmModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function PaymentConfirmModal({
</rb.Col>
</rb.Row>
)}
{showSelectedUtxos && (
{showSelectedUtxos && isSweep && (
<rb.Row className="mt-3">
<rb.Col xs={4} md={3} className="text-end">
<strong>{t('show_utxos.selected_utxos')}</strong>
Expand Down

0 comments on commit f5f228a

Please sign in to comment.