diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-10-30 07:49:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 07:49:53 +0800 |
commit | ad009a4606249649fd54420972fb6a5dd5382fc2 (patch) | |
tree | 45f50fb1eca1ad7cb3773446a01ad4867283f365 /ui/app/components/token-cell.js | |
parent | f0602ca354a6d352c13a79a1cba884f54e5b9a83 (diff) | |
parent | 18e530221b0f960907d45995c4703b04ed562dc8 (diff) | |
download | tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar.gz tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar.bz2 tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar.lz tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar.xz tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.tar.zst tangerine-wallet-browser-ad009a4606249649fd54420972fb6a5dd5382fc2.zip |
Merge branch 'develop' into sentry-enhancements2
Diffstat (limited to 'ui/app/components/token-cell.js')
-rw-r--r-- | ui/app/components/token-cell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/token-cell.js b/ui/app/components/token-cell.js index 477d97597..75ba347fa 100644 --- a/ui/app/components/token-cell.js +++ b/ui/app/components/token-cell.js @@ -2,7 +2,7 @@ const Component = require('react').Component const h = require('react-hyperscript') const inherits = require('util').inherits const connect = require('react-redux').connect -const Identicon = require('./identicon') +import Identicon from './identicon' const prefixForNetwork = require('../../lib/etherscan-prefix-for-network') const selectors = require('../selectors') const actions = require('../actions') |