diff --git a/src/components/app/app.ts b/src/components/app/app.ts index e66647c..2d8df31 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -229,8 +229,10 @@ export default class App extends Vue pWaitFor(() => this.filteredCourses.every(c => c.grading != undefined)).then(() => { // When the assignments are ready - // TODO: Display loading this.assignmentsReady = true; + + // Remove loading + this.logLoading(''); }) }