discourse/app/assets/javascripts/wizard/components/staff-count.js.es6

6 lines
180 B
Plaintext
Raw Normal View History

2018-06-15 11:03:24 -04:00
import computed from "ember-addons/ember-computed-decorators";
export default Ember.Component.extend({
@computed("field.value") showStaffCount: staffCount => staffCount > 1
});