diff --git a/src/lib/components/Swap/Summary/Summary.tsx b/src/lib/components/Swap/Summary/Summary.tsx index 876f9f01b9..44c64d9698 100644 --- a/src/lib/components/Swap/Summary/Summary.tsx +++ b/src/lib/components/Swap/Summary/Summary.tsx @@ -26,12 +26,12 @@ function TokenValue({ input, usdc, children }: PropsWithChildren {usdc && ( - - + + ${formatCurrencyAmount(usdc, 6, 'en', 2)} {children} - - + + )} )