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 &&
|
||||||
decodedBlockData.map(({ TxHash, PubKey, Type }, index) => {
|
decodedBlockData.map(({ TxHash, PubKey, Type }, index) => {
|
||||||
return (
|
return (
|
||||||
<tr key={index}>
|
<tr key={TxHash}>
|
||||||
<td>
|
<td>
|
||||||
<Link to={`/txs/${TxHash}`}>
|
<Link to={`/txs/${TxHash}`}>
|
||||||
<TruncateInline
|
<TruncateInline
|
||||||
|
Loading…
Reference in New Issue
Block a user