From ed9c8f51c2e70d36d02b5427dbbc09bf502eedb1 Mon Sep 17 00:00:00 2001 From: kavyashri-as Date: Mon, 8 Dec 2025 13:24:34 +0530 Subject: [PATCH] Add comment for Certificate function --- frontend/certificate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/certificate.js b/frontend/certificate.js index 13b8a42..737e46c 100644 --- a/frontend/certificate.js +++ b/frontend/certificate.js @@ -4,7 +4,7 @@ import React, { useState, useEffect } from 'react'; import axios from 'axios'; import { useParams } from 'react-router-dom'; import './certificate.css'; - +//function for the certificate function Certificate() { const { certificateId } = useParams(); @@ -20,4 +20,4 @@ function Certificate() { ); } -export default Certificate; \ No newline at end of file +export default Certificate;