diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-10-14 23:23:44 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-10-14 23:23:44 +0800 |
commit | 06094c914b324e3debf33af374bbaa280d6dc6ef (patch) | |
tree | b40331c2dcd8cb3c53056f82a067dee07cbb8c48 /ui/app/components/shift-list-item.js | |
parent | 701887bb19171b1cef0f6d5f6359d8cf39d80a01 (diff) | |
download | tangerine-wallet-browser-06094c914b324e3debf33af374bbaa280d6dc6ef.tar.gz tangerine-wallet-browser-06094c914b324e3debf33af374bbaa280d6dc6ef.tar.zst tangerine-wallet-browser-06094c914b324e3debf33af374bbaa280d6dc6ef.zip |
Move etherscan link logic into module
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r-- | ui/app/components/shift-list-item.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js index 079f05e31..b555dee84 100644 --- a/ui/app/components/shift-list-item.js +++ b/ui/app/components/shift-list-item.js @@ -3,7 +3,7 @@ const Component = require('react').Component const h = require('react-hyperscript') const connect = require('react-redux').connect const vreme = new (require('vreme'))() -const explorerLink = require('../../lib/explorer-link') +const explorerLink = require('etherscan-link').createExplorerLink const actions = require('../actions') const addressSummary = require('../util').addressSummary |