diff --git a/src/view/HomeView/ContractsTableWidget/ContractsTable.tsx b/src/view/HomeView/ContractsTableWidget/ContractsTable.tsx index 961ea9d2..fd3433e1 100644 --- a/src/view/HomeView/ContractsTableWidget/ContractsTable.tsx +++ b/src/view/HomeView/ContractsTableWidget/ContractsTable.tsx @@ -20,7 +20,6 @@ import { ContractTableItem } from '@/domain/wizard/ContractTableItem' import { useRecentlyClicked } from '@/hooks/useRecentlyClicked' import { MonoTypography } from '@/components' import { StyledTableContainer, TokenWrapper } from './styled' -import { ExplorerLink } from '@/view/components/ExplorerLink' const typeMap: Record = { psp34: 'NFT', diff --git a/src/view/components/ExplorerLink/index.tsx b/src/view/components/ExplorerLink/index.tsx index 707bd7fb..d64d408a 100644 --- a/src/view/components/ExplorerLink/index.tsx +++ b/src/view/components/ExplorerLink/index.tsx @@ -21,7 +21,6 @@ export function ExplorerLink({ ) const linkDisabled = txHash ? false : true - console.log('__txHash', txHash, linkDisabled) if (!explorerUrl) return null const iconWithStyles = linkDisabled ? (