Skip to content

Commit

Permalink
display widget.credentialModel.issuer instead of widget.credentialMod…
Browse files Browse the repository at this point in the history
…el.pendingInfo!.issuer in credential detail page
  • Loading branch information
hawkbee1 committed Oct 9, 2023
1 parent e4d3ec7 commit 50d38d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class _CredentialsDetailsViewState extends State<CredentialsDetailsView> {
vertical: 8,
),
title: l10n.issuer,
value: widget.credentialModel.pendingInfo!.issuer,
value: widget.credentialModel.issuer,
titleColor:
Theme.of(context).colorScheme.titleColor,
valueColor:
Expand Down

0 comments on commit 50d38d1

Please sign in to comment.