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({
tagName: 'table',
classNames: ['topic-list'],
showTopicPostBadges: true,
_observeHideCategory: function(){
this.addObserver('hideCategory', this.rerender);