Browse Source

No need to transition two times to confirmation step

master
meriadec 7 years ago
parent
commit
f52cb8c06c
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/modals/Send/steps/03-step-verification.js

1
src/components/modals/Send/steps/03-step-verification.js

@ -59,7 +59,6 @@ export default class StepVerification extends PureComponent<StepProps<*>> {
}
case 'broadcasted': {
onOperationBroadcasted(e.operation)
transitionTo('confirmation')
break
}
default:

Loading…
Cancel
Save