diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 2 |
1 files changed, 1 insertions, 1 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, |