FIX: Read time was not displaying the unit

This commit is contained in:
Robin Ward
2017-10-24 13:46:59 -04:00
parent edaf5b60dc
commit 5f47a4807b
3 changed files with 9 additions and 3 deletions
@@ -1,3 +1,5 @@
export default Ember.Component.extend({
classNames: ['user-stat']
classNames: ['user-stat'],
type: 'number',
isNumber: Ember.computed.equal('type', 'number')
});