diff --git a/src/custom/pages/Swap/SwapMod.tsx b/src/custom/pages/Swap/SwapMod.tsx index 85f05bebc9..fcc7088bbf 100644 --- a/src/custom/pages/Swap/SwapMod.tsx +++ b/src/custom/pages/Swap/SwapMod.tsx @@ -1,3 +1,5 @@ +/* eslint-disable react-hooks/rules-of-hooks */ +// TODO: understand why and re-enable rules-of-hooks import { Trans } from '@lingui/macro' // import { Trade } from '@uniswap/router-sdk' import { Currency, CurrencyAmount, Token, TradeType } from '@uniswap/sdk-core'