mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
correct missing new/unread badges
This commit is contained in:
parent
e97aa3f544
commit
fce74e64a1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
export default Ember.Component.extend({
|
||||
tagName: 'table',
|
||||
classNames: ['topic-list'],
|
||||
showTopicPostBadges: true,
|
||||
|
||||
_observeHideCategory: function(){
|
||||
this.addObserver('hideCategory', this.rerender);
|
||||
|
|
Loading…
Reference in a new issue