Skip to content

Commit

Permalink
Remove comment that should not be
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypalacios committed Oct 4, 2023
1 parent 747e436 commit 61c5ff0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/view/HomeView/ContractsTableWidget/ContractsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<TokenType, string> = {
psp34: 'NFT',
Expand Down
1 change: 0 additions & 1 deletion src/view/components/ExplorerLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function ExplorerLink({
)
const linkDisabled = txHash ? false : true

console.log('__txHash', txHash, linkDisabled)
if (!explorerUrl) return null

const iconWithStyles = linkDisabled ? (
Expand Down

0 comments on commit 61c5ff0

Please sign in to comment.