[F] Fix another null case
This commit is contained in:
@@ -195,7 +195,7 @@ export default class App extends Vue
|
|||||||
// Check if total-average grade is the same with percent-type grade
|
// Check if total-average grade is the same with percent-type grade
|
||||||
if (course.numericGrade == GPAUtils.getTotalMeanAverage(course))
|
if (course.numericGrade == GPAUtils.getTotalMeanAverage(course))
|
||||||
{
|
{
|
||||||
course.grading.method = 'TOTAL_AVERAGE';
|
course.grading = {method: 'TOTAL_AVERAGE', weightingMap: {}};
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user