Browse Source

Merge pull request #484 from MortalKastor/fix-back-button

Fix back button going to the wrong step on send flow
master
Thibaut 7 years ago
committed by GitHub
parent
commit
5cee6b2ac7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/modals/Send/SendModalBody.js

2
src/components/modals/Send/SendModalBody.js

@ -107,7 +107,7 @@ class SendModalBody extends PureComponent<Props, State<*>> {
canClose: ({ error }) => !!error,
canNext: () => true,
canPrev: ({ error }) => !!error,
prevStep: 1,
prevStep: 0,
},
{
label: t('send:steps.confirmation.title'),

Loading…
Cancel
Save