Skip to content

Commit

Permalink
Update explorer/src/pages/Attestation/components/AttestationCard/inde…
Browse files Browse the repository at this point in the history
…x.tsx

Co-authored-by: Alain Nicolas <[email protected]>
  • Loading branch information
satyajeetkolhapure and alainncls authored Nov 7, 2024
1 parent 46dceb1 commit 1d3f8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const AttestationCard: React.FC<IAttestationCardProps> = ({
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 =
Expand Down

0 comments on commit 1d3f8ff

Please sign in to comment.