From 394e93c2bf23bd4f0c0ca1c810a4003b22c084fc Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 28 Mar 2019 14:34:23 +0530 Subject: [PATCH] chore: Minor fixes on profile page --- .../js/education/lms/components/ProfileInfo.vue | 3 ++- .../js/education/lms/pages/ProfilePage.vue | 17 +++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/erpnext/public/js/education/lms/components/ProfileInfo.vue b/erpnext/public/js/education/lms/components/ProfileInfo.vue index f21b13fe64a..e5149333b73 100644 --- a/erpnext/public/js/education/lms/components/ProfileInfo.vue +++ b/erpnext/public/js/education/lms/components/ProfileInfo.vue @@ -28,9 +28,10 @@
  • Programs Enrolled:
    -
      +
      • {{ program }}
      + None
  • diff --git a/erpnext/public/js/education/lms/pages/ProfilePage.vue b/erpnext/public/js/education/lms/pages/ProfilePage.vue index 06b6a79cb3a..c926463fcd2 100644 --- a/erpnext/public/js/education/lms/pages/ProfilePage.vue +++ b/erpnext/public/js/education/lms/pages/ProfilePage.vue @@ -1,12 +1,17 @@