Fix for tests

feature/default_network_editable
David Walsh 4 years ago
parent 4892a3e0e1
commit 21875d1dd3
  1. 4
      ui/app/pages/send/send-content/add-recipient/ens-input.component.js

@ -63,8 +63,8 @@ export default class EnsInput extends Component {
value,
} = this.props
// Update the value in state if its prop value changes
if (input !== value) {
// Set the value of our input based on QR code provided by parent
if (input !== value && prevProps.value != value) {
this.setState({ input: value })
}

Loading…
Cancel
Save