Skip to content

Commit 9ecc404

Browse files
authored
chore: remove default sort for spot markets (dydxprotocol#2026)
1 parent ecca11d commit 9ecc404

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/spot/SpotMarketsDropdown.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ export const SpotMarketsDropdown = ({
178178
initialPageSize={20}
179179
shouldResetOnTotalRowsChange
180180
getIsRowPinned={(row) => favoritedSet.has(row.tokenAddress)}
181-
defaultSortDescriptor={{
182-
column: 'volume24h',
183-
direction: 'descending',
184-
}}
185181
slotEmpty={
186182
<>
187183
<Icon iconName={IconName.Coins} tw="text-[3em]" />

0 commit comments

Comments
 (0)