From b8828a33b3119edf8b83e957eb5216821a489e2e Mon Sep 17 00:00:00 2001 From: vaibhav_s Date: Thu, 23 May 2024 15:55:39 +0530 Subject: [PATCH] Issue #219465 chore: Feedback changes --- packages/cohort/src/pages/CohortList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cohort/src/pages/CohortList.js b/packages/cohort/src/pages/CohortList.js index 07d85480..d73dd5f0 100644 --- a/packages/cohort/src/pages/CohortList.js +++ b/packages/cohort/src/pages/CohortList.js @@ -122,7 +122,6 @@ export default function CohortList() { return { title: (item?.parentName ? item?.parentName + ", " : "") + - " Level " + (item?.name ? item?.name : "") + (item?.section ? " • Sec " + item?.section : ""), //subTitle: t("CLASS_TEACHER"),