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 && (() => {