Skip to content

Commit

Permalink
Merge pull request #144 from vaibhavsTekdi/vs-22MayFeedback
Browse files Browse the repository at this point in the history
Issue #219465 chore: Feedback changes
  • Loading branch information
vaivk369 authored May 23, 2024
2 parents 32f5b21 + e899a6d commit 6ca2b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cohort/src/pages/CohortList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 6ca2b9d

Please sign in to comment.