1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

ui - network - fix localhost active status

This commit is contained in:
kumavis 2017-10-11 01:01:29 -07:00
parent 8a9d5ffe06
commit f0713d4b1a

View File

@ -319,7 +319,7 @@ App.prototype.renderNetworkDropdown = function () {
[
h('i.fa.fa-question-circle.fa-lg.menu-icon'),
'Localhost 8545',
activeNetwork === 'http://localhost:8545' ? h('.check', '✓') : null,
providerType === 'localhost' ? h('.check', '✓') : null,
]
),