From 2cfa6771ac941cb606519cda45044bf90e50820d Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 4 Apr 2024 11:24:44 +0530 Subject: [PATCH] fix: lesson page issue --- frontend/src/pages/Lesson.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/Lesson.vue b/frontend/src/pages/Lesson.vue index 3193a8f8..ef1f4125 100644 --- a/frontend/src/pages/Lesson.vue +++ b/frontend/src/pages/Lesson.vue @@ -115,7 +115,7 @@
{ } const markProgress = (data) => { - console.log(user.data) if (user.data && !data.progress) progress.submit() }