diff --git a/src/components/SwapForm/GasPriceNote.tsx b/src/components/SwapForm/GasPriceNote.tsx index d2a22dbf6e..a70779fc4b 100644 --- a/src/components/SwapForm/GasPriceNote.tsx +++ b/src/components/SwapForm/GasPriceNote.tsx @@ -12,7 +12,7 @@ type Props = { gasUsd?: string } -const GAS_USD_THRESHOLD = 20 +const GAS_USD_THRESHOLD = 4 const GasPriceNote: FC = ({ gasUsd = 0 }) => { const theme = useTheme()