diff --git a/ui/app/controllers/allocations/allocation/index.js b/ui/app/controllers/allocations/allocation/index.js index 4402c9442f28..438991da2189 100644 --- a/ui/app/controllers/allocations/allocation/index.js +++ b/ui/app/controllers/allocations/allocation/index.js @@ -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() {