Browse Source
No need to transition two times to confirmation step
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
0 additions and
1 deletions
-
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: |
|
|
|