Skip to content

Commit

Permalink
Add summer semester
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinecai committed Dec 16, 2024
1 parent 5a8b00b commit 63b4907
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/modules/Results/Components/ResultsDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default class ResultsDisplay extends Component {
'semesters',
new Map([
['Fall', true],
['Spring', true]
['Spring', true],
['Summer', true]
])
],
['subjects', []]
Expand Down Expand Up @@ -138,6 +139,7 @@ export default class ResultsDisplay extends Component {
*/
sort() {
let availableClasses;

if (this.state.filteredItems.length === 0) {
availableClasses = this.state.courseList;
} else {
Expand Down

0 comments on commit 63b4907

Please sign in to comment.