Skip to content

Commit ba20fc9

Browse files
no longer testing
1 parent 2634219 commit ba20fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/alert/components/managealert/ManageAlertUI.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const ManageAlert = ({
201201
* Returns alerts grouped by course
202202
* @return grouped alerts
203203
*/
204-
const groupedAlerts = testAlerts
204+
const groupedAlerts = alerts
205205
.sort((a, b) => a.section.localeCompare(b.section))
206206
.reduce((res, obj) => {
207207
const [courseName, midNum, endNum] = obj.section.split("-");

0 commit comments

Comments
 (0)