diff --git a/client/src/App.js b/client/src/App.js
index e2242bb..c18034c 100644
--- a/client/src/App.js
+++ b/client/src/App.js
@@ -14,6 +14,7 @@ import "react-toastify/dist/ReactToastify.css";
import CourseTable from "./Pages/CourseTable";
import GenerateCSV from "./Pages/GenerateCSV";
import ConsolidatedTable from "./Pages/ConsolidatedTable";
+import CourseConsolidated from "./Pages/courseConsolidated";
function App() {
@@ -33,6 +34,7 @@ function App() {
| Semester | +Course Code | +Course Name | +Exam Type | +Year | +Oral/Practical | +Assessment | +Reassessment | +Paper Setting | +Moderation | +PwD Paper Setting | +
|---|---|---|---|---|---|---|---|---|---|---|
| {row.semester} | +{row.courseCode} | +{row.courseName} | +{row.examType} | +{row.year} | +
+ {row.oralPracticalTeachers &&
+ row.oralPracticalTeachers.length > 0 ? (
+
|
+
+ {row.assesmentTeachers &&
+ row.assesmentTeachers.length > 0 ? (
+
|
+
+ {row.reassessmentTeachers &&
+ row.reassessmentTeachers.length > 0 ? (
+
|
+
+ {row.paperSettingTeachers &&
+ row.paperSettingTeachers.length > 0 ? (
+
|
+
+ {row.moderationTeachers &&
+ row.moderationTeachers.length > 0 ? (
+
|
+
+ {row.pwdPaperSettingTeachers &&
+ row.pwdPaperSettingTeachers.length > 0 ? (
+
|
+