Files
discourse-subscriptions/assets/javascripts/discourse/components/donation-list.js.es6
T
2018-06-28 09:32:58 +10:00

9 lines
288 B
JavaScript

import { ajax } from 'discourse/lib/ajax';
import { popupAjaxError } from 'discourse/lib/ajax-error';
export default Ember.Component.extend({
classNames: 'donation-list',
hasSubscriptions: Ember.computed.notEmpty('subscriptions'),
hasCharges: Ember.computed.notEmpty('charges')
})