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
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
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: [], |
|
|
|