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
@ -264,7 +264,7 @@ App.prototype.renderNetworkDropdown = function () {
|
|||||||
provider: props.provider,
|
provider: props.provider,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
h(DropMenuItem, {
|
h(DropMenuItem, {
|
||||||
label: 'Rinkeby Test Network',
|
label: 'Rinkeby Test Network',
|
||||||
closeMenu: () => this.setState({ isNetworkMenuOpen: false}),
|
closeMenu: () => this.setState({ isNetworkMenuOpen: false}),
|
||||||
action: () => props.dispatch(actions.setProviderType('rinkeby')),
|
action: () => props.dispatch(actions.setProviderType('rinkeby')),
|
||||||
|
@ -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