Skip to content

Commit

Permalink
resolve conflicts in emailissuance page
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Sep 6, 2024
1 parent e057e4d commit 299d83c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/components/Issuance/EmailIssuance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,10 @@ const EmailIssuance = () => {
schemaIdentifier: schemaLedgerId,
attributes: Array.isArray(attributes) ? attributes : (attributes ? JSON.parse(attributes) : []),
}));

setCredentialOptions(options);
} else {
setSuccess(null);
setFailure(null);
}
setLoading(false);
setCredentialOptions(options);
} else {
setSuccess(null);
setFailure(null);
}
setLoading(false);
}
Expand Down

0 comments on commit 299d83c

Please sign in to comment.