From 065df469e36772a4638173929efe78711fd2c544 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Mon, 22 Aug 2022 11:25:41 -0400 Subject: [PATCH] Lintfix --- ui/app/controllers/allocations/allocation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {