Skip to content

Commit

Permalink
no longer testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rydersitcawich committed Nov 3, 2023
1 parent 2634219 commit ba20fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/alert/components/managealert/ManageAlertUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const ManageAlert = ({
* Returns alerts grouped by course
* @return grouped alerts
*/
const groupedAlerts = testAlerts
const groupedAlerts = alerts
.sort((a, b) => a.section.localeCompare(b.section))
.reduce((res, obj) => {
const [courseName, midNum, endNum] = obj.section.split("-");
Expand Down

0 comments on commit ba20fc9

Please sign in to comment.