Skip to content

Commit

Permalink
Disabling rule-of-hooks because I don't know why it's complaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Mar 11, 2022
1 parent fffc31c commit e0e11e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/custom/pages/Swap/SwapMod.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e0e11e9

Please sign in to comment.