From b8d312f8b92c2edf88348196297b67b5f9fa3b2a Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 4 Jan 2017 15:04:51 -0800 Subject: [PATCH] Linting. --- ui/app/app.js | 2 +- ui/app/components/network.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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