mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
correct missing new/unread badges
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
export default Ember.Component.extend({
|
||||
tagName: 'table',
|
||||
classNames: ['topic-list'],
|
||||
showTopicPostBadges: true,
|
||||
|
||||
_observeHideCategory: function(){
|
||||
this.addObserver('hideCategory', this.rerender);
|
||||
|
Reference in New Issue
Block a user