Skip to content

Commit

Permalink
feat: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Jan 9, 2025
1 parent c8dca0e commit 613d5ba
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { useValidatePageUrlParams } from './hooks/useValidatePageUrlParams'

import { OPEN_TAB, ORDERS_TABLE_TABS, ALL_ORDERS_TAB } from '../../const/tabs'
import { OrdersTableContainer } from '../../pure/OrdersTableContainer'

import { OrderActions } from '../../pure/OrdersTableContainer/types'
import { TabOrderTypes } from '../../types'
import { buildOrdersTableUrl } from '../../utils/buildOrdersTableUrl'
Expand Down Expand Up @@ -127,7 +126,6 @@ export function OrdersTableWidget({
const isSafeViaWc = useIsSafeViaWc()
const injectedWidgetParams = useInjectedWidgetParams()
const [searchTerm, setSearchTerm] = useState('')
const limitOrdersSettings = useAtomValue(limitOrdersSettingsAtom)

const balancesState = useTokensBalances()
const allowancesState = useTokensAllowances()
Expand Down

0 comments on commit 613d5ba

Please sign in to comment.