aboutsummaryrefslogtreecommitdiffstats
path: root/ui/classic/app/components
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-07-19 02:05:19 +0800
committerGitHub <noreply@github.com>2017-07-19 02:05:19 +0800
commit199587383b022a17d56adcb56d6a99ceba71fec7 (patch)
treef66c331820ef10fa6e61df8e2d8c129d70c8cc4c /ui/classic/app/components
parent1e0cd5f3028619d088fedf4cdb1b4a7cb81f9cf1 (diff)
parent9e8e445695585f47e9cc3f63b2ec8313b4fc4eb8 (diff)
downloadtangerine-wallet-browser-199587383b022a17d56adcb56d6a99ceba71fec7.tar.gz
tangerine-wallet-browser-199587383b022a17d56adcb56d6a99ceba71fec7.tar.zst
tangerine-wallet-browser-199587383b022a17d56adcb56d6a99ceba71fec7.zip
Merge pull request #1790 from sdtsui/newui-account-dropdowns
[newui] - Implement Advanced Option Menu & Account Switching Menu
Diffstat (limited to 'ui/classic/app/components')
-rw-r--r--ui/classic/app/components/network.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/classic/app/components/network.js b/ui/classic/app/components/network.js
index d5d3e18cd..698a0bbb9 100644
--- a/ui/classic/app/components/network.js
+++ b/ui/classic/app/components/network.js
@@ -39,7 +39,6 @@ Network.prototype.render = function () {
}),
h('i.fa.fa-sort-desc'),
])
-
} else if (providerName === 'mainnet') {
hoverText = 'Main Ethereum Network'
iconName = 'ethereum-network'