diff --git a/app/assets/javascripts/discourse/components/topic-list.js.es6 b/app/assets/javascripts/discourse/components/topic-list.js.es6 index 4c104cde817..17409d9c8c1 100644 --- a/app/assets/javascripts/discourse/components/topic-list.js.es6 +++ b/app/assets/javascripts/discourse/components/topic-list.js.es6 @@ -2,6 +2,7 @@ export default Ember.Component.extend({ tagName: 'table', classNames: ['topic-list'], + showTopicPostBadges: true, _observeHideCategory: function(){ this.addObserver('hideCategory', this.rerender);