feature/default_network_editable
brunobar79 6 years ago
parent e9a0feb9e9
commit b1ddaafba2
  1. 2
      ui/app/components/ens-input.js

@ -27,7 +27,7 @@ function EnsInput () {
}
EnsInput.prototype.onChange = function (recipient) {
debugger
const network = this.props.network
const networkHasEnsSupport = getNetworkEnsSupport(network)

Loading…
Cancel
Save