Browse Source

Receive modal should go to step device is account is given

master
meriadec 7 years ago
parent
commit
d1c137ca6b
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/modals/Receive/index.js

2
src/components/modals/Receive/index.js

@ -114,7 +114,7 @@ class ReceiveModal extends PureComponent<Props, State> {
if (!account) {
if (data && data.account) {
this.setState({ account: data.account })
this.setState({ account: data.account, stepId: 'device' })
} else {
this.setState({ account: accounts[0] })
}

Loading…
Cancel
Save