diff --git a/src/app/certificate/page.tsx b/src/app/certificate/page.tsx index 64f1b1657..8aa1738ee 100644 --- a/src/app/certificate/page.tsx +++ b/src/app/certificate/page.tsx @@ -5,7 +5,7 @@ const CertificatePage = async () => { const certificates = await getCertificates(); return ( -
+
{certificates?.map(({ cert, course, user }) => ( + {certificateImageUrl ? (