Skip to content

Commit

Permalink
Fix SmesherRow coinbase url
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Nov 14, 2024
1 parent cc524d8 commit d05fb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/SmesherRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const SmesherRow = ({ data }) => {
</Link>
</div>
<div className="td">
<Link to={`/${ACCOUNTS}/${item.coinbase}`}>
<Link to={`/${ACCOUNTS}/${atxs[item.pubkey].activations[atxs[item.pubkey].activations.length - 1].coinbase}`}>
{shortFormHash(atxs[item.pubkey].activations[atxs[item.pubkey].activations.length - 1].coinbase)}
</Link>
</div>
Expand Down

0 comments on commit d05fb6d

Please sign in to comment.