meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/components/modals/AddAccount/index.js
|
|
@ -317,7 +317,7 @@ class AddAccountModal extends PureComponent<Props, State> { |
|
|
|
return ( |
|
|
|
<Modal |
|
|
|
name={MODAL_ADD_ACCOUNT} |
|
|
|
preventBackdropClick={step !== 'chooseWallet'} |
|
|
|
preventBackdropClick={step !== 'chooseCurrency'} |
|
|
|
onClose={this.handleClose} |
|
|
|
onHide={this.handleHide} |
|
|
|
render={({ onClose }) => { |
|
|
|