discourse-subscriptions/assets/javascripts/discourse/components/donation-list.js.es6

6 lines
186 B
Plaintext
Raw Normal View History

2019-09-11 06:19:50 -04:00
export default Ember.Component.extend({
classNames: "donation-list",
hasSubscriptions: Ember.computed.notEmpty("subscriptions"),
hasCharges: Ember.computed.notEmpty("charges")
});