Skip to content

Commit

Permalink
fix: edit identifier to the desired one (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
cavacado authored Sep 12, 2023
1 parent 1db8e41 commit 60425e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DocumentStatus/DocumentStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const getV3IdentityVerificationText = (document: WrappedDocument<v3.OpenA
};

export const getV4IdentityVerificationText = (document: WrappedDocument<v4.OpenAttestationDocument>): string => {
return document.issuer.id.toUpperCase();
return document.issuer.identityProof.identifier.toUpperCase();
};

interface IssuedByProps {
Expand Down

0 comments on commit 60425e2

Please sign in to comment.