diff --git a/ui/app/app.js b/ui/app/app.js index bd235998b..9efe95874 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -144,7 +144,7 @@ App.prototype.renderAppBar = function () { h('#network-spacer.flex-center', { style: { marginRight: '-72px', - } + }, }, [ h(NetworkIndicator, { network: this.props.network, diff --git a/ui/app/components/network.js b/ui/app/components/network.js index 5fd7424b3..77805fd57 100644 --- a/ui/app/components/network.js +++ b/ui/app/components/network.js @@ -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