Skip to content

Commit

Permalink
explorer: fix blockhash into hash for Slot Hashes (#28952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana authored Nov 28, 2022
1 parent d16810e commit ea5bbc8
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

1 comment on commit ea5bbc8

@anza-team
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for explorer ready!

✅ Preview
https://explorer-ncntbtjin-solana-labs.vercel.app

Built with commit ea5bbc8.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.