mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
show more wasn't counting links properly
This commit is contained in:
@@ -50,7 +50,7 @@ export default createWidget('post-links', {
|
||||
result.push(h('li', this.attach('link', {
|
||||
labelCount: 'post_links.title',
|
||||
title: 'post_links.about',
|
||||
count: links.length,
|
||||
count: dedupedLinks.length - max,
|
||||
action: 'expandLinks',
|
||||
className: 'expand-links'
|
||||
})));
|
||||
|
||||
Reference in New Issue
Block a user