From 4e224bb5c4687b08aa923e5b438bb40015db78cd Mon Sep 17 00:00:00 2001 From: nidhi garg Date: Tue, 11 Jul 2023 19:03:46 +0530 Subject: [PATCH] feat(certificates): remove codesmells --- src/components/pages/CertificateCredentials/index.tsx | 10 +++++----- src/components/shared/basic/CertificateCard/index.tsx | 5 ----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/components/pages/CertificateCredentials/index.tsx b/src/components/pages/CertificateCredentials/index.tsx index bc8ee5847..b45d2fe74 100644 --- a/src/components/pages/CertificateCredentials/index.tsx +++ b/src/components/pages/CertificateCredentials/index.tsx @@ -189,23 +189,23 @@ export default function CertificateCredentials() {
handleSearch(e.target.value)} autoComplete="off" + autoFocus={false} />
setState({ type: ActionKind.SET_SHOW_MODAL, payload: false, }) } + className="filterSection" > - + setState({ @@ -218,9 +218,9 @@ export default function CertificateCredentials() {
diff --git a/src/components/shared/basic/CertificateCard/index.tsx b/src/components/shared/basic/CertificateCard/index.tsx index 1b937c179..e65ddf9bf 100644 --- a/src/components/shared/basic/CertificateCard/index.tsx +++ b/src/components/shared/basic/CertificateCard/index.tsx @@ -138,11 +138,6 @@ export const CertificateCard = ({ )} - {/* {description && ( - - {description} - - )} */}