From d65c803acf2c834ca35986cba5b9943b494ad218 Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Sun, 24 Sep 2023 19:22:36 +0800 Subject: [PATCH] fix transaction hash href --- packages/apps/src/components/transaction-hash.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/apps/src/components/transaction-hash.tsx b/packages/apps/src/components/transaction-hash.tsx index 23bec3216..79741d5a5 100644 --- a/packages/apps/src/components/transaction-hash.tsx +++ b/packages/apps/src/components/transaction-hash.tsx @@ -1,7 +1,6 @@ import { Network } from "@/types/chain"; import CopyIcon from "@/ui/copy-icon"; import { getChainConfig } from "@/utils/chain"; -import path from "path"; interface Props { chain?: Network | null; @@ -16,7 +15,7 @@ export function TransactionHash({ chain, txHash }: Props) { {chainConfig?.blockExplorers ? (