aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 7f844560c..4d70f9df9 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -172,17 +172,6 @@ App.prototype.renderAppBar = function () {
]),
]),
- // extra app-header space
-
- // h('.app-header', {
- // style: {
- // visibility: props.isUnlocked ? 'visible' : 'none',
- // background: '#EFEFEF', // $gallery
- // height: '38px',
- // position: 'relative',
- // zIndex: 12,
- // },
- // })
])
)
}