diff --git a/.changeset/rare-candles-scream.md b/.changeset/rare-candles-scream.md new file mode 100644 index 000000000..d6d8b7620 --- /dev/null +++ b/.changeset/rare-candles-scream.md @@ -0,0 +1,5 @@ +--- +"@blobscan/web": patch +--- + +Fixed the transaction hash overlap in the blob page diff --git a/apps/web/src/pages/blob/[hash].tsx b/apps/web/src/pages/blob/[hash].tsx index 94f931ff6..f708de735 100644 --- a/apps/web/src/pages/blob/[hash].tsx +++ b/apps/web/src/pages/blob/[hash].tsx @@ -136,14 +136,17 @@ const Blob: NextPage = function () { detailsFields.push({ name: "Transactions and Blocks", value: ( -
+
{blob.transactions.map(({ hash: txHash, blockNumber }) => ( -
+
Tx{" "}
-
+
{{txHash}}