Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Sep 12, 2024
1 parent 56aa555 commit 2f8815d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import { useIsAlternativeOrderModalVisible } from 'modules/trade/state/alternati
import { getDefaultTradeRawState, TradeRawState } from 'modules/trade/types/TradeRawState'

import { useResetStateWithSymbolDuplication } from './useResetStateWithSymbolDuplication'
import { useSetupTradeStateFromUrl } from './useSetupTradeStateFromUrl'
import { useTradeStateFromUrl } from './useTradeStateFromUrl'

import { useTradeState } from '../useTradeState'
import { useSetupTradeStateFromUrl } from './useSetupTradeStateFromUrl'

const INITIAL_CHAIN_ID_FROM_URL = getRawCurrentChainIdFromUrl()
const EMPTY_TOKEN_ID = '_'
Expand Down

0 comments on commit 2f8815d

Please sign in to comment.