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

@ -64,7 +64,7 @@ export default class EnsInput extends Component {
} = this.props
// Set the value of our input based on QR code provided by parent
if (input !== value && prevProps.value != value) {
if (input !== value && prevProps.value !== value) {
this.setState({ input: value })
}

Loading…
Cancel
Save