correct missing new/unread badges

This commit is contained in:
Sam 2015-01-05 19:31:29 +11:00
parent e97aa3f544
commit fce74e64a1

View file

@ -2,6 +2,7 @@
export default Ember.Component.extend({ export default Ember.Component.extend({
tagName: 'table', tagName: 'table',
classNames: ['topic-list'], classNames: ['topic-list'],
showTopicPostBadges: true,
_observeHideCategory: function(){ _observeHideCategory: function(){
this.addObserver('hideCategory', this.rerender); this.addObserver('hideCategory', this.rerender);