Commit 219de1f4 authored by Moody Salem's avatar Moody Salem

fix(release): remove console.log statement

parent f110fa77
...@@ -79,7 +79,6 @@ export default function CreatePool({ history, location }: RouteComponentProps) { ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment