Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Aug 22, 2022
1 parent 96ea953 commit 065df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/controllers/allocations/allocation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class IndexController extends Controller.extend(Sortable) {
@computed('model.states.@each.task')
get tasks() {
return this.get('model.states').mapBy('task') || [];
};
}

@computed('tasks.@each.services')
get taskServices() {
Expand Down

0 comments on commit 065df46

Please sign in to comment.