diff --git a/erpnext/public/js/education/lms/components/ContentTitle.vue b/erpnext/public/js/education/lms/components/ContentTitle.vue index 52b79629eb3..a488ab85c37 100644 --- a/erpnext/public/js/education/lms/components/ContentTitle.vue +++ b/erpnext/public/js/education/lms/components/ContentTitle.vue @@ -5,7 +5,8 @@

{{ title }}

- Published on {{ publishDate }}, by {{ author }} + Published on {{ publishDate }} + — {{ author }}
@@ -21,11 +22,6 @@ export default { props: ['title', 'publishDate', 'author'], name: 'ContentTitle', - data() { - return { - - }; - }, };