diff --git a/src/components/Header/Polling.tsx b/src/components/Header/Polling.tsx index 89d82e6b..e865eeea 100644 --- a/src/components/Header/Polling.tsx +++ b/src/components/Header/Polling.tsx @@ -6,7 +6,6 @@ import { useActiveNetworkVersion, useSubgraphStatus } from '../../state/applicat import { ExplorerDataType, getExplorerLink } from '../../utils' import useTheme from 'hooks/useTheme' import { EthereumNetworkInfo } from 'constants/networks' -import { ChainId } from '@uniswap/sdk-core' const StyledPolling = styled.div` display: flex; @@ -87,7 +86,7 @@ export default function Polling() { return ( diff --git a/src/components/TransactionsTable/index.tsx b/src/components/TransactionsTable/index.tsx index e52a69a2..80ac7cd8 100644 --- a/src/components/TransactionsTable/index.tsx +++ b/src/components/TransactionsTable/index.tsx @@ -98,7 +98,7 @@ const DataRow = ({ transaction, color }: { transaction: Transaction; color?: str return ( - +