Skip to content

Commit

Permalink
explorer: fix blockhash into hash for Slot Hashes (solana-labs#28952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana authored and gnapoli23 committed Dec 16, 2022
1 parent d47e45f commit ebf278a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/components/account/SlotHashesCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function SlotHashesCard({
<thead>
<tr>
<th className="w-1 text-muted">Slot</th>
<th className="text-muted">Blockhash</th>
<th className="text-muted">Hash</th>
</tr>
</thead>
<tbody className="list">
Expand Down

0 comments on commit ebf278a

Please sign in to comment.