export default Ember.Component.extend({ tagName: 'span', showGrantCount: function() { return this.get('count') && this.get('count') > 1; }.property('count'), isIcon: Em.computed.match('badge.icon', /^fa-/) });