diff --git a/src/components/TransactionsTable/index.tsx b/src/components/TransactionsTable/index.tsx index e52a69a2..25a71d0b 100644 --- a/src/components/TransactionsTable/index.tsx +++ b/src/components/TransactionsTable/index.tsx @@ -15,7 +15,6 @@ import useTheme from 'hooks/useTheme' import HoverInlineText from 'components/HoverInlineText' import { useActiveNetworkVersion } from 'state/application/hooks' import { OptimismNetworkInfo } from 'constants/networks' -import { ChainId } from '@uniswap/sdk-core' const Wrapper = styled(DarkGreyCard)` width: 100%; @@ -98,7 +97,7 @@ const DataRow = ({ transaction, color }: { transaction: Transaction; color?: str return ( - +