diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 6c993d4b..812ded60 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -13,10 +13,10 @@ env:
jobs:
cypress-run-chrome:
name: Chrome tests (${{ matrix.containers }})
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
matrix:
- containers: [1, 2, 3, 4]
+ containers: [1]
services:
postgres:
image: postgres:14
@@ -63,7 +63,7 @@ jobs:
cypress-run-firefox:
name: Firefox tests (${{ matrix.containers }})
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
strategy:
matrix:
containers: [1, 2, 3, 4]
diff --git a/csm_web/frontend/src/components/App.tsx b/csm_web/frontend/src/components/App.tsx
index 00e27a42..0527ef90 100644
--- a/csm_web/frontend/src/components/App.tsx
+++ b/csm_web/frontend/src/components/App.tsx
@@ -9,6 +9,7 @@ import { emptyRoles, Roles } from "../utils/user";
import CourseMenu from "./CourseMenu";
import Home from "./Home";
import Policies from "./Policies";
+import CoordTable from "./coord_interface/CoordTable";
import { DataExport } from "./data_export/DataExport";
import { EnrollmentMatcher } from "./enrollment_automation/EnrollmentMatcher";
import { Resources } from "./resource_aggregation/Resources";
@@ -38,6 +39,8 @@ const App = () => {
| Name | +Mentor Name | +Time | +Unexcused Absences | + > + ) : ( + <> +Family | +Time | +Section Size | + > + )} +|||
|---|---|---|---|---|---|---|---|---|---|
| {row.name} | +{row.email} | +{(row as Student).mentorName} | +{row.dayTime} | +{(row as Student).numUnexcused} | + > + ) : ( + <> +{row.name} | +{row.email} | +{(row as Mentor).family} | +{row.dayTime} | +{(row as Mentor).numStudents} | + > + )} +