Skip to content

Commit

Permalink
adds s24 to offered in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
anudaweerasinghe committed Oct 26, 2023
1 parent 1ac8c70 commit 7364c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/filters/SemestersOfferedFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "../../app/utils";

const SESSIONS: Session[] = [
{ year: "2024", semester: "spring" },
{ year: "2023", semester: "fall" },
{ year: "2023", semester: "summer" },
{ year: "2023", semester: "spring" },
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7364c26

Please sign in to comment.