diff --git a/src/components/verification/index.ts b/src/components/verification/index.ts index 875606b6d..16de5c9e2 100644 --- a/src/components/verification/index.ts +++ b/src/components/verification/index.ts @@ -47,7 +47,7 @@ export function useFullVerificationState({ const hasIssuedVerification = Boolean( viewerState && viewerState.role === 'verifier' && - profileState.role === 'default' && + // profileState.role === 'default' && verifications.find(v => v.issuer === currentAccount?.did), )