Skip to content

Commit

Permalink
fix: fix #2818
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Domingue committed Nov 19, 2021
1 parent 3f64415 commit 8a72b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddLiquidityV2/index.tsx
Expand Up @@ -272,7 +272,7 @@ export default function AddLiquidity({

const pendingText = (
<Trans>
Supplying {parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} {currencies[Field.CURRENCY_A]?.symbol} and
Supplying {parsedAmounts[Field.CURRENCY_A]?.toSignificant(6)} {currencies[Field.CURRENCY_A]?.symbol} and{' '}
{parsedAmounts[Field.CURRENCY_B]?.toSignificant(6)} {currencies[Field.CURRENCY_B]?.symbol}
</Trans>
)
Expand Down

2 comments on commit 8a72b37

@vercel
Copy link

@vercel vercel bot commented on 8a72b37 Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

interface – ./

interface-uniswap.vercel.app
interface-git-main-uniswap.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8a72b37 Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-uniswap.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.