Fix bug with missing id->name

This commit is contained in:
Westly Wright 2017-12-21 10:37:49 -07:00
parent da3fc34c7d
commit b493cf667a
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { alias } from '@ember/object/computed';
import { inject as service } from '@ember/service';
import { formatSi, parseSi } from 'shared/utils/parse-unit';
import layout from './template';
import { get } from '@ember/object';
export default Component.extend({
intl: service(),