diff --git a/src/components/app/app.ts b/src/components/app/app.ts index e1b9d32..c7e34b1 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -156,6 +156,7 @@ export default class App extends Vue if (this.$cookies.isKey('va.grading.' + course.assignmentsId)) { course.grading = {method: 'TOTAL_MEAN', weightingMap: {}}; + continue; } // Request grading scheme for this course