mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Linting.
This commit is contained in:
parent
a8a37e4d40
commit
b8d312f8b9
@ -144,7 +144,7 @@ App.prototype.renderAppBar = function () {
|
||||
h('#network-spacer.flex-center', {
|
||||
style: {
|
||||
marginRight: '-72px',
|
||||
}
|
||||
},
|
||||
}, [
|
||||
h(NetworkIndicator, {
|
||||
network: this.props.network,
|
||||
|
@ -13,7 +13,6 @@ function Network () {
|
||||
Network.prototype.render = function () {
|
||||
const props = this.props
|
||||
const networkNumber = props.network
|
||||
const style = props.style
|
||||
let providerName
|
||||
try {
|
||||
providerName = props.provider.type
|
||||
|
Loading…
Reference in New Issue
Block a user