From b1ddaafba22b6950cb6e9f8cce87db67bec0f299 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Fri, 3 Aug 2018 20:12:30 -0400 Subject: [PATCH] lint --- ui/app/components/ens-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)