mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:54:48 +08:00
FIX: Display anonymous counts nicely on badges
This commit is contained in:
parent
90d4ea7099
commit
3db020f95e
|
@ -16,7 +16,7 @@ createWidget('hamburger-category', {
|
|||
}
|
||||
|
||||
if (!this.currentUser) {
|
||||
results.push(h('b.topics-count', c.get('topic_count').toString()));
|
||||
results.push(h('b.topics-count', number(c.get('topic_count'))));
|
||||
}
|
||||
|
||||
return results;
|
||||
|
|
Loading…
Reference in New Issue
Block a user