diff --git a/kolibri/plugins/coach/assets/src/views/reports/ExerciseQuestionListPageBase.vue b/kolibri/plugins/coach/assets/src/views/reports/ExerciseQuestionListPageBase.vue index 8ca7645a1d..a0f5596862 100644 --- a/kolibri/plugins/coach/assets/src/views/reports/ExerciseQuestionListPageBase.vue +++ b/kolibri/plugins/coach/assets/src/views/reports/ExerciseQuestionListPageBase.vue @@ -86,9 +86,6 @@ lesson() { return this.lessonMap[this.$route.params.lessonId]; }, - exercise() { - return this.contentMap[this.$route.params.exerciseId]; - }, group() { return this.$route.params.groupId && this.groupMap[this.$route.params.groupId]; },