From 1db4bc5c897de830834c45660117a2da3682e243 Mon Sep 17 00:00:00 2001 From: vaishali_k Date: Thu, 22 Feb 2024 19:10:17 +0530 Subject: [PATCH] Issue #000 fix: ui issues --- packages/cohort/src/pages/CohortList.js | 2 +- packages/common-lib/src/config/footerLinks.js | 14 +++++++------- .../profile/src/components/SelfAttendanceSheet.js | 12 ++++++------ packages/teacher-app/src/pages/Generic.js | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/cohort/src/pages/CohortList.js b/packages/cohort/src/pages/CohortList.js index f30d4d9c..a72239c6 100644 --- a/packages/cohort/src/pages/CohortList.js +++ b/packages/cohort/src/pages/CohortList.js @@ -121,7 +121,7 @@ export default function CohortList() { data={classes.map((item, index) => { return { title: - (item?.parentName ? item?.parentName + ", " : "") + + (item?.parentName ? item?.parentName + ", " : "") + " Level " + (item?.name ? item?.name : "") + (item?.section ? " • Sec " + item?.section : ""), subTitle: t("CLASS_TEACHER"), diff --git a/packages/common-lib/src/config/footerLinks.js b/packages/common-lib/src/config/footerLinks.js index 3c342d97..abc05844 100644 --- a/packages/common-lib/src/config/footerLinks.js +++ b/packages/common-lib/src/config/footerLinks.js @@ -13,13 +13,13 @@ export default [ route: '/cohorts', routeparameters: {} }, - { - title: 'ADMIN', - icon: 'GovernmentLineIcon', - moduleName: 'admin', - route: '/admin', - routeparameters: {} - }, + // { + // title: 'ADMIN', + // icon: 'GovernmentLineIcon', + // moduleName: 'admin', + // route: '/admin', + // routeparameters: {} + // }, // { // title: 'TEACHING', // icon: 'BookOpenLineIcon', diff --git a/packages/profile/src/components/SelfAttendanceSheet.js b/packages/profile/src/components/SelfAttendanceSheet.js index 014ae806..a6412800 100644 --- a/packages/profile/src/components/SelfAttendanceSheet.js +++ b/packages/profile/src/components/SelfAttendanceSheet.js @@ -448,7 +448,7 @@ export default function SelfAttendanceSheet({ > {t("CLOSE")} - + */} )} @@ -704,7 +704,7 @@ export default function SelfAttendanceSheet({ ) : ( - + */} + */}