mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linting.
This commit is contained in:
parent
242dc1e99f
commit
f2bf7326cc
@ -46,7 +46,7 @@ Network.prototype.render = function () {
|
|||||||
} else if (providerName === 'rinkeby') {
|
} else if (providerName === 'rinkeby') {
|
||||||
hoverText = 'Rinkeby Test Network'
|
hoverText = 'Rinkeby Test Network'
|
||||||
iconName = 'rinkeby-test-network'
|
iconName = 'rinkeby-test-network'
|
||||||
}else {
|
} else {
|
||||||
hoverText = 'Unknown Private Network'
|
hoverText = 'Unknown Private Network'
|
||||||
iconName = 'unknown-private-network'
|
iconName = 'unknown-private-network'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user