diff --git a/frontend/src/views/Project/CertificatesPage/components/CertificatesTab/components/CertificateTemplatesTable.tsx b/frontend/src/views/Project/CertificatesPage/components/CertificatesTab/components/CertificateTemplatesTable.tsx index aaf215986..0dddeb4e2 100644 --- a/frontend/src/views/Project/CertificatesPage/components/CertificatesTab/components/CertificateTemplatesTable.tsx +++ b/frontend/src/views/Project/CertificatesPage/components/CertificatesTab/components/CertificateTemplatesTable.tsx @@ -76,7 +76,7 @@ export const CertificateTemplatesTable = ({ handlePopUpOpen }: Props) => { id: certificateTemplate.id }) } - icon={} + icon={} > Manage Policies @@ -86,7 +86,7 @@ export const CertificateTemplatesTable = ({ handlePopUpOpen }: Props) => { id: certificateTemplate.id }) } - icon={} + icon={} > Manage Enrollment @@ -100,7 +100,7 @@ export const CertificateTemplatesTable = ({ handlePopUpOpen }: Props) => { !isAllowed && "pointer-events-none cursor-not-allowed opacity-50" )} disabled={!isAllowed} - icon={} + icon={} onClick={() => handlePopUpOpen("deleteCertificateTemplate", { id: certificateTemplate.id,