diff --git a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx index fcca22a4..bf942e20 100644 --- a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx +++ b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx @@ -82,13 +82,7 @@ export const AttestationCard: React.FC = ({ {description && description.trim() ? (
- {isDescriptionLong ? ( - - {truncatedDescription} - - ) : ( - {description} - )} + {truncatedDescription}
) : null}