Skip to content

Commit

Permalink
fix: cred def details
Browse files Browse the repository at this point in the history
Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
  • Loading branch information
bhavanakarwade committed Aug 28, 2024
1 parent 8c2bf10 commit b7472e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonComponents/SchemaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const handleCheckboxChange = (checked: boolean, schemaData?: ISchemaData) => {
return (
<Card onClick={() => {

if (!props.w3cSchema && !props.isVerificationUsingEmail) {
if (!props.w3cSchema) {
props.onClickCallback(props.schemaId, props.attributes, props.issuerDid, props.created)
}

Expand Down

0 comments on commit b7472e2

Please sign in to comment.