aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/ens-input.js
diff options
context:
space:
mode:
authortrejgun <trejgun@gmail.com>2018-07-03 10:34:39 +0800
committertrejgun <trejgun@gmail.com>2018-07-03 10:34:39 +0800
commit1f6bf0a80d43252d7b84e8e0247a524b77569810 (patch)
tree86e0e433838bfd1a3111969b514990e68111439f /ui/app/components/ens-input.js
parentb2e64f24ecbc9e309869e678254cf755ffe11b40 (diff)
downloadtangerine-wallet-browser-1f6bf0a80d43252d7b84e8e0247a524b77569810.tar.gz
tangerine-wallet-browser-1f6bf0a80d43252d7b84e8e0247a524b77569810.tar.zst
tangerine-wallet-browser-1f6bf0a80d43252d7b84e8e0247a524b77569810.zip
fixes #4664
Diffstat (limited to 'ui/app/components/ens-input.js')
-rw-r--r--ui/app/components/ens-input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/ens-input.js b/ui/app/components/ens-input.js
index 292dcdde6..adbf2dba8 100644
--- a/ui/app/components/ens-input.js
+++ b/ui/app/components/ens-input.js
@@ -10,7 +10,7 @@ const networkMap = require('ethjs-ens/lib/network-map.json')
const ensRE = /.+\..+$/
const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'
const connect = require('react-redux').connect
-const ToAutoComplete = require('./send/to-autocomplete')
+const ToAutoComplete = require('./send/to-autocomplete.component').default
const log = require('loglevel')
const { isValidENSAddress } = require('../util')