diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index 906d2dd62..af87b3de4 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -75,7 +75,7 @@ export default function StorePage(): JSX.Element { pageIndex, pageSize, tabActive === "All" ? null : tabActive === "Flows" ? false : true, - pageOrder === "Popular" ? "-count(liked_by)" : "name", + pageOrder === "Popular" ? "-count(downloads)" : "name", filteredCategories, null, null,