Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilchizh committed Jan 22, 2024
1 parent f0a5e47 commit 93b2142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swap/IntegralPools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useCurrency } from "@/hooks/common/useCurrency"
import { usePoolPlugins } from "@/hooks/pools/usePoolPlugins"
import { useDerivedSwapInfo, useSwapState } from "@/state/swapStore"
import { SwapField } from "@/types/swap-field"
import { ChevronDownIcon } from "lucide-react"
// import { ChevronDownIcon } from "lucide-react"
import { memo, useState } from "react"
import { Address } from "wagmi"

Expand Down

0 comments on commit 93b2142

Please sign in to comment.