Skip to content

Commit

Permalink
Enabled UTXOs review feature for all kind of transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
amitx13 committed Aug 20, 2024
1 parent aec1ee4 commit 58c5e38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
(() => {
Expand Down

0 comments on commit 58c5e38

Please sign in to comment.