Browse Source

Correct reset of app opened state in AddAccountsModal

This one allowed to go to 3rd step without validating 2nd one :D
master
meriadec 7 years ago
parent
commit
ab4eee1bdb
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/modals/AddAccounts/index.js

1
src/components/modals/AddAccounts/index.js

@ -190,6 +190,7 @@ class AddAccounts extends PureComponent<Props, State> {
handleResetScanState = () => {
this.setState({
isAppOpened: false,
scanStatus: 'idle',
err: null,
scannedAccounts: [],

Loading…
Cancel
Save