mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:26:02 +08:00
Update hamburger-menu.js.es6
This commit is contained in:
@ -144,7 +144,7 @@ export default createWidget('hamburger-menu', {
|
||||
label: this.site.mobileView ? "desktop_view" : "mobile_view" });
|
||||
}
|
||||
|
||||
const extraLinks = applyDecorators(this, 'footerLinks', this.attrs, this.state);
|
||||
const extraLinks = flatten(applyDecorators(this, 'footerLinks', this.attrs, this.state));
|
||||
return links.concat(extraLinks).map(l => this.attach('link', l));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user