From 979e360ea03eb35ad46399affabcd677c4329f35 Mon Sep 17 00:00:00 2001 From: Jacob Pierce Date: Tue, 16 Jul 2024 22:47:38 -0700 Subject: [PATCH] appease the linter --- .../plugins/coach/assets/src/routes/index.js | 2 +- .../CreateExamPage/QuestionListPreview.vue | 5 ++- .../plan/CreateExamPage/SectionEditor.vue | 45 ------------------- .../plan/CreateExamPage/SectionOrder.vue | 28 +----------- 4 files changed, 7 insertions(+), 73 deletions(-) diff --git a/kolibri/plugins/coach/assets/src/routes/index.js b/kolibri/plugins/coach/assets/src/routes/index.js index 3c75d9cdc49..3920a8c03ce 100644 --- a/kolibri/plugins/coach/assets/src/routes/index.js +++ b/kolibri/plugins/coach/assets/src/routes/index.js @@ -82,7 +82,7 @@ export default [ { path: '/:classId/home/activity', component: HomeActivityPage, - handler: async (toRoute, fromRoute, next) => { + handler: async toRoute => { await showHomePage(toRoute); store.dispatch('notLoading'); }, diff --git a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/QuestionListPreview.vue b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/QuestionListPreview.vue index 40e1610e562..732fac8b40c 100644 --- a/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/QuestionListPreview.vue +++ b/kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/QuestionListPreview.vue @@ -86,7 +86,10 @@ }" >