Skip to content

Commit 32790e1

Browse files
author
Suhas Hariharan
authored
Merge pull request #283 from sas-fossdev/fix-cumulative-gpa-2
fixed cumulative calculation
2 parents 14ffbe2 + 5be68de commit 32790e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/CumulativeGPA.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default {
178178
current_term_grades.push(courses);
179179
}
180180
courses = [];
181-
} else {
181+
} else if (element_list[t].innerText.trim() === ("S1")) {
182182
most_recent_term = "S1";
183183
}
184184
if (element_list[t].getElementsByTagName("th").length > 0) {

0 commit comments

Comments
 (0)