Skip to content

Commit 2e64e3d

Browse files
committed
Remove error from disableSlider definition
We can do this safely because unknown errors from makeSpend will result in `edgeTransaction == null`. This will allow for the slide to be enabled on errors/unknown-errors which can occur but may be intermittent.
1 parent 00c4fad commit 2e64e3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/scenes/SendScene2.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,6 @@ const SendComponent = (props: Props): React.ReactElement => {
15501550
if (
15511551
edgeTransaction == null ||
15521552
processingAmountChanged ||
1553-
error != null ||
15541553
(zeroString(spendInfo.spendTargets[0].nativeAmount) &&
15551554
getSpecialCurrencyInfo(pluginId).allowZeroTx !== true)
15561555
) {

0 commit comments

Comments
 (0)