Add semicolon
This commit is contained in:
parent
d073f582eb
commit
569785c555
|
@ -214,7 +214,7 @@ export default createWidget('header', {
|
||||||
panels.push(this.attach('user-menu'));
|
panels.push(this.attach('user-menu'));
|
||||||
}
|
}
|
||||||
|
|
||||||
this.additionalPanels(attrs, state).map(function(panel) { panels.push(panel) })
|
this.additionalPanels(attrs, state).map(function(panel) { panels.push(panel) });
|
||||||
|
|
||||||
const contents = [ this.attach('home-logo', { minimized: !!attrs.topic }),
|
const contents = [ this.attach('home-logo', { minimized: !!attrs.topic }),
|
||||||
h('div.panel.clearfix', panels) ];
|
h('div.panel.clearfix', panels) ];
|
||||||
|
|
Loading…
Reference in New Issue