Skip to content

Commit

Permalink
feat: Update card details for developer mode #3129
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 2, 2024
1 parent ca2a269 commit 265cbd3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ class _CredentialsDetailsViewState extends State<CredentialsDetailsView> {
],

/// credential manifest details
if (credentialManifestSupport &&
if (!isDeveloperMode &&
credentialManifestSupport &&
outputDescriptors != null) ...[
CredentialManifestDetails(
outputDescriptor: outputDescriptors.firstOrNull,
Expand Down

0 comments on commit 265cbd3

Please sign in to comment.