Commit 62d4bb8b authored by Moody Salem's avatar Moody Salem

fix linting error, one more missing key

parent 58a1be84
...@@ -13,7 +13,7 @@ import { TYPE } from '../../theme' ...@@ -13,7 +13,7 @@ import { TYPE } from '../../theme'
import { Input as NumericalInput } from '../NumericalInput' import { Input as NumericalInput } from '../NumericalInput'
import { ReactComponent as DropDown } from '../../assets/images/dropdown.svg' import { ReactComponent as DropDown } from '../../assets/images/dropdown.svg'
import { useActiveWeb3React } from '../../hooks/web3' import { useActiveWeb3React } from '../../hooks/web3'
import { Trans, t } from '@lingui/macro' import { Trans } from '@lingui/macro'
import useTheme from '../../hooks/useTheme' import useTheme from '../../hooks/useTheme'
import { Lock } from 'react-feather' import { Lock } from 'react-feather'
import { AutoColumn } from 'components/Column' import { AutoColumn } from 'components/Column'
......
...@@ -617,8 +617,9 @@ export default function AddLiquidity({ ...@@ -617,8 +617,9 @@ export default function AddLiquidity({
/>{' '} />{' '}
</TYPE.body> </TYPE.body>
<TYPE.main fontWeight={500} textAlign="center" fontSize={12}> <TYPE.main fontWeight={500} textAlign="center" fontSize={12}>
{quoteCurrency?.symbol} {' per '} <Trans>
{baseCurrency.symbol} {quoteCurrency?.symbol} per {baseCurrency.symbol}
</Trans>
</TYPE.main> </TYPE.main>
</AutoColumn> </AutoColumn>
</LightCard> </LightCard>
......
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