Skip to content

Commit

Permalink
fix: public key hash typo
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Jun 4, 2024
1 parent ad188d2 commit 10cade3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const AccountBlockIssuanceSection: React.FC<AccountBlockIssuanceSectionProps> =
</div>
{blockIssuerFeature?.blockIssuerKeys.map((key) => (
<div className="section--data margin-t-m" key={(key as Ed25519PublicKeyHashBlockIssuerKey).pubKeyHash}>
<div className="label">Public Key</div>
<div className="label">Public Key Hash</div>
<div className="value code">
<TruncatedId id={(key as Ed25519PublicKeyHashBlockIssuerKey).pubKeyHash} showCopyButton />
</div>
Expand Down

0 comments on commit 10cade3

Please sign in to comment.