Skip to content

Commit 19a3991

Browse files
fix: use tx instead of address for TxHash in buildTransactionDetails (#61)
1 parent bd36e47 commit 19a3991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/transactions/transaction/buildTransactionDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function buildTransactionDetails({
1818
TxHash: (
1919
<div className="flex flex-wrap items-center gap-1">
2020
<SmartLinkGroup
21-
type="address"
21+
type="transaction"
2222
isCurrentPage={true}
2323
addressOrId={transaction.txHash}
2424
label={transaction.txHash}

0 commit comments

Comments
 (0)