From 9727977fef1aec1de91bbd8d67242b1357deca2a Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Sat, 22 Jul 2017 00:34:06 +0530 Subject: [PATCH] Fix the build. --- app/assets/javascripts/discourse/widgets/topic-map.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/widgets/topic-map.js.es6 b/app/assets/javascripts/discourse/widgets/topic-map.js.es6 index 9e8f706d182..4d3d00e20a1 100644 --- a/app/assets/javascripts/discourse/widgets/topic-map.js.es6 +++ b/app/assets/javascripts/discourse/widgets/topic-map.js.es6 @@ -17,7 +17,7 @@ function renderParticipants(userFilters, participants) { createWidget('topic-map-show-links', { tagName: 'div.link-summary', - html(attrs) { + html() { return h('span', this.attach('button', { title: 'topic_map.links_shown', icon: 'chevron-down',