Skip to content

Commit

Permalink
fix: typo polygonid
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
  • Loading branch information
pseudobun committed Apr 19, 2024
1 parent 1ee03cd commit 09dda9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const RequirementDisplay = ({
if (!issuer) return acc;

if (
!issuer.includes('did:poylgonid') &&
!issuer.includes('did:polygonid') &&
!issuer.includes('did:iden3')
) {
acc.push(credential);
Expand Down

0 comments on commit 09dda9f

Please sign in to comment.