Skip to content

Commit

Permalink
add wmatic icon and remove unused hook
Browse files Browse the repository at this point in the history
  • Loading branch information
totop716 committed Jul 16, 2023
1 parent c9866ca commit 0a41766
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Binary file added public/WMATIC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect } from 'react';
import { Currency } from '@uniswap/sdk-core';
import './index.scss';
import { useInfoLiquidity } from 'hooks/subgraph/useInfoLiquidity';
import { IDerivedMintInfo } from 'state/mint/v3/hooks';
import { PriceFormats } from 'components/v3/PriceFomatToggler';
import { Box } from '@material-ui/core';
Expand Down Expand Up @@ -30,18 +29,6 @@ export function SelectPair({
handleCurrencyBSelect,
}: ISelectPair) {
const { t } = useTranslation();
const {
fetchPopularPools: {
popularPools,
popularPoolsLoading,
fetchPopularPoolsFn,
},
} = useInfoLiquidity();

useEffect(() => {
fetchPopularPoolsFn();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return (
<Box>
Expand Down

0 comments on commit 0a41766

Please sign in to comment.