summaryrefslogtreecommitdiffstats
path: root/webapp/components/header_footer_template.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/header_footer_template.jsx')
-rw-r--r--webapp/components/header_footer_template.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/header_footer_template.jsx b/webapp/components/header_footer_template.jsx
index d86741ab7..0c5f53861 100644
--- a/webapp/components/header_footer_template.jsx
+++ b/webapp/components/header_footer_template.jsx
@@ -16,7 +16,7 @@ export default class NotLoggedIn extends React.Component {
$('#root').removeClass('container-fluid');
}
render() {
- let content = [];
+ const content = [];
if (global.window.mm_config.HelpLink) {
content.push(
@@ -78,7 +78,7 @@ export default class NotLoggedIn extends React.Component {
<div className='inner-wrap'>
<div className='row content'>
{this.props.children}
- <div className='footer-push'></div>
+ <div className='footer-push'/>
</div>
<div className='row footer'>
<div className='footer-pane col-xs-12'>