We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecca11d commit 9ecc404Copy full SHA for 9ecc404
src/pages/spot/SpotMarketsDropdown.tsx
@@ -178,10 +178,6 @@ export const SpotMarketsDropdown = ({
178
initialPageSize={20}
179
shouldResetOnTotalRowsChange
180
getIsRowPinned={(row) => favoritedSet.has(row.tokenAddress)}
181
- defaultSortDescriptor={{
182
- column: 'volume24h',
183
- direction: 'descending',
184
- }}
185
slotEmpty={
186
<>
187
<Icon iconName={IconName.Coins} tw="text-[3em]" />
0 commit comments