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({
) : (
-
+ */}
*/}
{fullName?.toUpperCase().substr(0, 2)}