You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/js/components/CumulativeGPA.vue
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,11 +200,11 @@ export default {
200
200
}
201
201
}
202
202
}
203
-
// Handles edge case where grade history page is updated before semester end
203
+
// Handles edge case where grade history page is updated before semester end, removes the old value and counts the latest version of the current semester.
204
204
if (current_term_history === current_term && include_current_semester &¤t_term_grades.length===2&& current_semester) {
0 commit comments