Browse Source

Merge pull request #921 from meriadec/fix-#907

Fix #907
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
4ad02e57da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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