diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/SendBch/FirstStep/template.success.js b/packages/blockchain-wallet-v4-frontend/src/modals/SendBch/FirstStep/template.success.js index 424cd02640e..891038342bf 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/SendBch/FirstStep/template.success.js +++ b/packages/blockchain-wallet-v4-frontend/src/modals/SendBch/FirstStep/template.success.js @@ -56,7 +56,7 @@ const FirstStep = props => { - {toToggled && !destination && } + {toToggled && !destination && handleToToggle()} includeAll={false} exclude={[from.label]} hideErrors coin='BCH' />} {toToggled && destination && handleToToggle()} includeAll={false} validate={[required]} exclude={[from.label]} hideArrow hideErrors coin='BCH' />} {!toToggled && } {(!toToggled || destination) && } diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/SendBitcoin/FirstStep/template.success.js b/packages/blockchain-wallet-v4-frontend/src/modals/SendBitcoin/FirstStep/template.success.js index 50dd9993a11..f84fb1c1f46 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/SendBitcoin/FirstStep/template.success.js +++ b/packages/blockchain-wallet-v4-frontend/src/modals/SendBitcoin/FirstStep/template.success.js @@ -107,7 +107,7 @@ const FirstStep = props => { - {toToggled && !destination && } + {toToggled && !destination && handleToToggle()} includeAll={false} exclude={[from.label]} hideErrors />} {toToggled && destination && handleToToggle()} includeAll={false} validate={[required]} exclude={[from.label]} hideArrow hideErrors />} {!toToggled && } {(!toToggled || destination) && }