There was an error while loading. Please reload this page.
1 parent aaec8c2 commit be45889Copy full SHA for be45889
1 file changed
packages/neuron-ui/src/components/Send/index.tsx
@@ -232,7 +232,7 @@ const Send = ({
232
<PrimaryButton
233
type="submit"
234
onClick={onSubmit(walletID)}
235
- disabled={sending || !isTransactionValid || !isAffordable}
+ disabled={sending || !isTransactionValid || !isAffordable || !send.generatedTx}
236
text={t('send.send')}
237
/>
238
)}
0 commit comments