diff --git a/erpnext/public/js/education/lms/components/CourseCard.vue b/erpnext/public/js/education/lms/components/CourseCard.vue index 2c589ac3183..7839aa6a0b3 100644 --- a/erpnext/public/js/education/lms/components/CourseCard.vue +++ b/erpnext/public/js/education/lms/components/CourseCard.vue @@ -67,7 +67,7 @@ export default { }, isLogin() { return lms.store.checkLogin() - }, + } }, methods: { iconClass(content_type) { diff --git a/erpnext/public/js/education/lms/components/TopSection.vue b/erpnext/public/js/education/lms/components/TopSection.vue index 03b5f9945a3..107bef08ad6 100644 --- a/erpnext/public/js/education/lms/components/TopSection.vue +++ b/erpnext/public/js/education/lms/components/TopSection.vue @@ -1,10 +1,6 @@