Skip to content

Commit

Permalink
use deconstructed variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed May 26, 2016
1 parent 139c393 commit 96bfee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/ilios-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const { service } = inject;

export default Component.extend({
session: service(),
currentUser: Ember.inject.service(),
i18n: Ember.inject.service(),
currentUser: service(),
i18n: service(),
classNames: ['ilios-header'],
tagName: 'header',
locales: computed('i18n.locales', 'i18n.locale', function() {
Expand Down

0 comments on commit 96bfee2

Please sign in to comment.