Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/views/optimiser/OptimiserContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
}
});
moduleGroupMap.set(option.uniqueKey, groupDayMap);
moduleGroupMap.set(option.displayText, groupDayMap);

Check warning on line 97 in website/src/views/optimiser/OptimiserContent.tsx

View check run for this annotation

Codecov / codecov/patch

website/src/views/optimiser/OptimiserContent.tsx#L97

Added line #L97 was not covered by tests
// now you have all the groups for that module-lessonType combination
});
return moduleGroupMap;
Expand Down