Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
NeOMakinG committed Aug 7, 2025
commit 5915abda80d52422d4eca2d39cfa2653d684e13d
2 changes: 1 addition & 1 deletion src/pages/Markets/hooks/usePortalsAssetsQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const usePortalsAssetsQuery = ({
sortBy,
orderBy,
minApy,
tags
tags,
}: {
enabled: boolean
chainIds: ChainId[] | undefined
Expand Down
4 changes: 1 addition & 3 deletions src/state/slices/assetsSlice/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import { getFeeAssetByAssetId, getFeeAssetByChainId } from './utils'
import { getChainAdapterManager } from '@/context/PluginProvider/chainAdapterSingleton'
import type { ReduxState } from '@/state/reducer'
import { createDeepEqualOutputSelector } from '@/state/selector-utils'
import {
selectAssetIdParamFromFilter,
} from '@/state/selectors'
import { selectAssetIdParamFromFilter } from '@/state/selectors'
import { preferences } from '@/state/slices/preferencesSlice/preferencesSlice'

export const selectAssetById = createCachedSelector(
Expand Down
Loading