Update apps/explorer/src/app/components/txs/txs-per-block/index.tsx
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
parent
c7d195c8d8
commit
d0b4f431c1
@ -40,7 +40,7 @@ export const TxsPerBlock = ({ blockHeight }: TxsPerBlockProps) => {
|
||||
{decodedBlockData &&
|
||||
decodedBlockData.map(({ TxHash, PubKey, Type }, index) => {
|
||||
return (
|
||||
<tr key={index}>
|
||||
<tr key={TxHash}>
|
||||
<td>
|
||||
<Link to={`/txs/${TxHash}`}>
|
||||
<TruncateInline
|
||||
|
Loading…
Reference in New Issue
Block a user