[U] Update pWaitFor callback

This commit is contained in:
Hykilpikonna
2019-12-07 13:51:01 -05:00
parent 1e6e21200a
commit 6695cad008
+1 -1
View File
@@ -186,7 +186,7 @@ export default class App extends Vue
}
// Wait for done
pWaitFor(() => this.filteredCourses.every(c => c.grading != undefined)).then(() =>
pWaitFor(() => this.filteredCourses.every(c => c.termGrading.every(g => g != null))).then(() =>
{
// When the assignments are ready
this.assignmentsReady = true;