Skip to content

Commit 9c14b37

Browse files
committed
change sort by
1 parent e9e7186 commit 9c14b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/marketplace/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function MarketplacePage() {
2020
const { data: purchases } = usePurchasedDatasets(account?.address);
2121
const { filters, setSearch } = useMarketplaceFilterContext();
2222

23-
const [sortBy, setSortBy] = useState<SortOption>('newest');
23+
const [sortBy, setSortBy] = useState<SortOption>('price_desc');
2424
const [downloadingId, setDownloadingId] = useState<string | null>(null);
2525

2626
// Create a Map of purchased dataset IDs with full purchase info for quick lookup

0 commit comments

Comments
 (0)