fix broken js tests
This commit is contained in:
parent
f767a6147d
commit
3c9a818a2f
|
@ -1,5 +1,3 @@
|
||||||
import computed from "ember-addons/ember-computed-decorators";
|
|
||||||
|
|
||||||
export default Ember.Object.extend({
|
export default Ember.Object.extend({
|
||||||
postCountsPresent: Ember.computed.or('topic.unread', 'topic.displayNewPosts', 'topic.unseen'),
|
postCountsPresent: Ember.computed.or('topic.unread', 'topic.displayNewPosts', 'topic.unseen'),
|
||||||
showBadges: Ember.computed.and('postBadgesEnabled', 'postCountsPresent')
|
showBadges: Ember.computed.and('postBadgesEnabled', 'postCountsPresent')
|
||||||
|
|
Loading…
Reference in New Issue