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:
Sam Keen 2022-03-10 12:45:45 +00:00 committed by GitHub
parent c7d195c8d8
commit d0b4f431c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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