fix(release): remove console.log statement
This commit is contained in:
parent
f110fa7732
commit
219de1f471
@ -79,7 +79,6 @@ export default function CreatePool({ history, location }: RouteComponentProps) {
|
|||||||
<Text fontWeight={500} fontSize={20} marginLeft={'12px'}>
|
<Text fontWeight={500} fontSize={20} marginLeft={'12px'}>
|
||||||
{token0?.symbol}{' '}
|
{token0?.symbol}{' '}
|
||||||
</Text>
|
</Text>
|
||||||
{console.log(token0)}
|
|
||||||
<TYPE.darkGray fontWeight={500} fontSize={16} marginLeft={'8px'}>
|
<TYPE.darkGray fontWeight={500} fontSize={16} marginLeft={'8px'}>
|
||||||
{token0?.address === WETH[chainId]?.address && '(default)'}
|
{token0?.address === WETH[chainId]?.address && '(default)'}
|
||||||
</TYPE.darkGray>
|
</TYPE.darkGray>
|
||||||
|
Loading…
Reference in New Issue
Block a user