mirror of
https://github.com/discourse/discourse.git
synced 2026-08-10 04:58:31 -05:00
fix broken js tests
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
|
||||
export default Ember.Object.extend({
|
||||
postCountsPresent: Ember.computed.or('topic.unread', 'topic.displayNewPosts', 'topic.unseen'),
|
||||
showBadges: Ember.computed.and('postBadgesEnabled', 'postCountsPresent')
|
||||
|
||||
Reference in New Issue
Block a user