aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/ens-input.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/ens-input.js')
-rw-r--r--old-ui/app/components/ens-input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/ens-input.js b/old-ui/app/components/ens-input.js
index 7e06fa9f1..9c46f77d7 100644
--- a/old-ui/app/components/ens-input.js
+++ b/old-ui/app/components/ens-input.js
@@ -20,7 +20,7 @@ function EnsInput () {
EnsInput.prototype.render = function () {
const props = this.props
- function onInputChange() {
+ function onInputChange () {
const network = this.props.network
const networkHasEnsSupport = getNetworkEnsSupport(network)
if (!networkHasEnsSupport) return