From fdcaad14f03d12a2d39dc046e239a0ff555fa6f6 Mon Sep 17 00:00:00 2001 From: Pratiyush Kumar Date: Thu, 2 Nov 2023 09:54:57 +0530 Subject: [PATCH] resolved the PR comments --- app/components/task/holder.hbs | 4 ++-- app/components/task/holder.js | 1 - app/constants/tasks.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/components/task/holder.hbs b/app/components/task/holder.hbs index 7f473c5c..192ac8d0 100644 --- a/app/components/task/holder.hbs +++ b/app/components/task/holder.hbs @@ -37,7 +37,7 @@ data-test-task-status-select id='task-update' {{on 'change' this.onStatusChange}} - disabled={{eq @task.status 'DONE'}} + disabled={{eq @task.status this.TASK_KEYS.DONE}} > {{#each this.removedTaskStatus as |taskStatus|}}