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:
parent
8a9d5ffe06
commit
f0713d4b1a
@ -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,
|
||||
]
|
||||
),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user