We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e7186 commit 9c14b37Copy full SHA for 9c14b37
1 file changed
app/marketplace/page.tsx
@@ -20,7 +20,7 @@ export default function MarketplacePage() {
20
const { data: purchases } = usePurchasedDatasets(account?.address);
21
const { filters, setSearch } = useMarketplaceFilterContext();
22
23
- const [sortBy, setSortBy] = useState<SortOption>('newest');
+ const [sortBy, setSortBy] = useState<SortOption>('price_desc');
24
const [downloadingId, setDownloadingId] = useState<string | null>(null);
25
26
// Create a Map of purchased dataset IDs with full purchase info for quick lookup
0 commit comments