diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/ens-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/ens-input.js b/ui/app/components/ens-input.js index ab37306d2..f538fd555 100644 --- a/ui/app/components/ens-input.js +++ b/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) |