diff --git a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx index 2242ef90..cbcbe001 100644 --- a/explorer/src/pages/Attestation/components/AttestationCard/index.tsx +++ b/explorer/src/pages/Attestation/components/AttestationCard/index.tsx @@ -82,7 +82,7 @@ export const AttestationCard: React.FC = ({ const logoDark = attestationDefinitions?.logoDark ?? issuerData?.logoDark ?? logo ?? StampLogo; const name = attestationDefinitions?.name ?? issuerData?.name ?? schema?.name; const description = attestationDefinitions?.description ?? schema?.description ?? ""; - const issuerName = issuerData?.name ?? schema?.name ?? portal?.name; + const issuerName = issuerData?.name ?? portal?.name; const maxDescriptionLength = 140; const truncatedDescription =