From 51061273bcf1d0a4e917750229a7a30c3db4db88 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 13 Mar 2025 06:08:39 +0530 Subject: [PATCH] fix: show view certificate link on course page, if already certified --- frontend/src/components/CertificationLinks.vue | 8 ++++++-- lms/lms/api.py | 13 +++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/CertificationLinks.vue b/frontend/src/components/CertificationLinks.vue index 2b68e56a..c8e01ba6 100644 --- a/frontend/src/components/CertificationLinks.vue +++ b/frontend/src/components/CertificationLinks.vue @@ -1,5 +1,9 @@