aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/drop-menu-item.js
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-05-16 10:11:16 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-05-16 10:11:16 +0800
commit3367363b1234a076695758762d7f1220fe4a7f8c (patch)
treeebcc8771da1e34491e3687035c754effe0c5beaa /ui/app/components/drop-menu-item.js
parent62ee03888944e0795be81b01a8bb9021db40402b (diff)
downloadtangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.gz
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.zst
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.zip
Remove all traces of testnet
Diffstat (limited to 'ui/app/components/drop-menu-item.js')
-rw-r--r--ui/app/components/drop-menu-item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js
index 27c2afde3..e42948209 100644
--- a/ui/app/components/drop-menu-item.js
+++ b/ui/app/components/drop-menu-item.js
@@ -48,7 +48,7 @@ DropMenuItem.prototype.activeNetworkRender = function () {
if (providerType === 'kovan') return h('.check', '✓')
break
case 'Rinkeby Test Network':
- if (providerType === 'testnet') return h('.check', '✓')
+ if (providerType === 'rinkeby') return h('.check', '✓')
break
case 'Localhost 8545':
if (activeNetwork === 'http://localhost:8545') return h('.check', '✓')