Skip to content

Commit

Permalink
Merge pull request #1730 from stopfstedt/minor-minor-cleanup
Browse files Browse the repository at this point in the history
use deconstructed variable.
  • Loading branch information
jrjohnson committed May 26, 2016
2 parents 4c0069f + 96bfee2 commit 721bbd3
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 721bbd3

Please sign in to comment.