diff --git a/src/components/CurrencyInputPanel/FiatValue.tsx b/src/components/CurrencyInputPanel/FiatValue.tsx index 76352481c9..b0051c8706 100644 --- a/src/components/CurrencyInputPanel/FiatValue.tsx +++ b/src/components/CurrencyInputPanel/FiatValue.tsx @@ -27,7 +27,7 @@ export function FiatValue({ {fiatValue ? '~' : ''}$ {' '} {priceImpact ? ( - ({priceImpact.multiply(-100).toSignificant(3)}%) + ({priceImpact.multiply(-1).toSignificant(3)}%) ) : null} )