aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-dropdowns.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-10-18 04:27:16 +0800
committerDan Finlay <dan@danfinlay.com>2017-10-18 04:27:16 +0800
commitcafabf914fe813d54b6eed78554b4f81f555f5ca (patch)
tree4a189215649a5b6968e8d8b3a008a367da578286 /ui/app/components/account-dropdowns.js
parent9c45af3e2567e2afab9162f27fd4919cfa0957c5 (diff)
parentd9f5e6beb20c5465b1113c8c03c231eabe3d0427 (diff)
downloadtangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar.gz
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar.bz2
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar.lz
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar.xz
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.tar.zst
tangerine-wallet-browser-cafabf914fe813d54b6eed78554b4f81f555f5ca.zip
Merge branch 'master' into i2348-SelectAccountOnNewVault
Diffstat (limited to 'ui/app/components/account-dropdowns.js')
-rw-r--r--ui/app/components/account-dropdowns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/account-dropdowns.js b/ui/app/components/account-dropdowns.js
index b087a40d4..1b46e532a 100644
--- a/ui/app/components/account-dropdowns.js
+++ b/ui/app/components/account-dropdowns.js
@@ -2,7 +2,7 @@ const Component = require('react').Component
const PropTypes = require('react').PropTypes
const h = require('react-hyperscript')
const actions = require('../actions')
-const genAccountLink = require('../../lib/account-link.js')
+const genAccountLink = require('etherscan-link').createAccountLink
const connect = require('react-redux').connect
const Dropdown = require('./dropdown').Dropdown
const DropdownMenuItem = require('./dropdown').DropdownMenuItem