Skip to content
Snippets Groups Projects
Commit cbd3ef8b authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Remove section from course after moving to a future plan

parent 52e7ff95
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,7 @@ export function degreePlannerReducer(
const { yearCode: fromYearCode } = fromTermCode;
const { yearCode: toYearCode } = toTermCode;
const course = findCourse(state.visibleYears, fromTermCode, id);
this.course.classNumber = null;
if (course && course.id !== null) {
const fromYear = createYearWithoutCourse(
fromTermCode,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment