aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/ens-input.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-07-04 03:42:14 +0800
committerkumavis <aaron@kumavis.me>2018-07-04 03:42:14 +0800
commit77daed5c74aa3c1fdbf1d9c71f544928f47f3993 (patch)
tree4a614dbdfce84b452562dcabccffa53b8393e2b0 /old-ui/app/components/ens-input.js
parent2b2cd87e2d6e93dadb3ddd20ebf854ab6f2d2382 (diff)
parente467eda4f720fa89141ded2e709566102402479b (diff)
downloaddexon-wallet-77daed5c74aa3c1fdbf1d9c71f544928f47f3993.tar.gz
dexon-wallet-77daed5c74aa3c1fdbf1d9c71f544928f47f3993.tar.zst
dexon-wallet-77daed5c74aa3c1fdbf1d9c71f544928f47f3993.zip
Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-remove-provider-engine
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 7e06fa9f..9c46f77d 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