[+] Show ratings by default

This commit is contained in:
Hykilpikonna
2020-08-01 16:05:20 -04:00
parent d31173fb9d
commit 542ab0a286
+1
View File
@@ -27,6 +27,7 @@ export default class AppDemo
app.gradedCourses.forEach(c => [0, 1, 2, 3].forEach(i => c.termGrading[i] = {method: 'TOTAL_MEAN', weightingMap: {}}))
app.logLoading('');
app.assignmentsReady = true
app.showRating = true
})
})
}