From 0619cdc54a2573f8c7cb246bb6d6c9ae76b47516 Mon Sep 17 00:00:00 2001 From: Vivek Kasture Date: Mon, 30 Dec 2024 18:06:18 +0530 Subject: [PATCH] Issue #PS-2390 fix: Hide Task completion check mark icon --- src/pages/course-planner/center/[cohortId].tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/course-planner/center/[cohortId].tsx b/src/pages/course-planner/center/[cohortId].tsx index 353652c8..5f72107d 100644 --- a/src/pages/course-planner/center/[cohortId].tsx +++ b/src/pages/course-planner/center/[cohortId].tsx @@ -590,7 +590,7 @@ const CoursePlannerDetail = () => { }} > {/* Check if the parent task is completed and show a black tick */} - {isStatusCompleted(topic._id, false) ? ( + {/*isStatusCompleted(topic._id, false) ? ( @@ -598,7 +598,7 @@ const CoursePlannerDetail = () => { - )} + )*/}