mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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) {
|
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;
|
return results;
|
||||||
|
Loading…
Reference in New Issue
Block a user