diff --git a/apps/console/src/features/certificates/components/import-certificate.tsx b/apps/console/src/features/certificates/components/import-certificate.tsx index 600473290d9..2867056ac18 100644 --- a/apps/console/src/features/certificates/components/import-certificate.tsx +++ b/apps/console/src/features/certificates/components/import-certificate.tsx @@ -51,7 +51,7 @@ interface ImportCertificatePropsInterface extends TestableComponentInterface { /** * This renders the import certificate wizard. * - * @param {ImportCertificatePropsInterface} props + * @param props - Props injected to the component. * * @returns {ReactElement} */