Browse Source

Prevent modal close when we are in Receive step 4

closes #907
master
meriadec 7 years ago
parent
commit
d1aaef348b
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

@ -194,7 +194,7 @@ class ReceiveModal extends PureComponent<Props, State> {
? [verifyAddressError.name === 'UserRefusedAddress' ? 2 : 3]
: []
const isModalLocked = stepId === 'confirm' && isAddressVerified === null
const isModalLocked = stepId === 'receive' && isAddressVerified === null
return (
<Modal

Loading…
Cancel
Save