6 lines
186 B
Plaintext
Raw Normal View History

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