Skip to content

Commit

Permalink
Fixing #2818 (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
eraykisabacak committed Nov 18, 2021
1 parent b10729d commit 093dc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddLiquidityV2/index.tsx
Original file line number Diff line number Diff line change
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

1 comment on commit 093dc66

@vercel
Copy link

@vercel vercel bot commented on 093dc66 Nov 18, 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.