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',