diff --git a/packages/neuron-ui/src/components/Send/hooks.ts b/packages/neuron-ui/src/components/Send/hooks.ts index f77829c74b..0d14c1955e 100644 --- a/packages/neuron-ui/src/components/Send/hooks.ts +++ b/packages/neuron-ui/src/components/Send/hooks.ts @@ -126,6 +126,11 @@ const useOnTransactionChange = (walletID: string, items: TransactionOutput[], di payload: '0', }) }) + } else { + dispatch({ + type: AppActions.UpdateSendCycles, + payload: '0', + }) } }, 300) }, [walletID, items, dispatch])