Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a13e118

Browse files
Hide sort by bestMatch
1 parent 9707128 commit a13e118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const SORT_ORDER = {
5959
};
6060

6161
export const SORT_BY_SORT_ORDER = {
62-
bestMatch: SORT_ORDER.DESC,
62+
// bestMatch: SORT_ORDER.DESC,
6363
updated: SORT_ORDER.DESC,
6464
"overview.totalPrizes": SORT_ORDER.DESC,
6565
name: SORT_ORDER.ASC,

src/reducers/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const defaultState = {
1414
endDateStart: null,
1515
page: 1,
1616
perPage: constants.PAGINATION_PER_PAGES[0],
17-
sortBy: constants.CHALLENGE_SORT_BY_RECOMMENDED,
17+
sortBy: constants.CHALLENGE_SORT_BY_MOST_RECENT,
1818
totalPrizesFrom: 0,
1919
totalPrizesTo: 10000,
2020
// ---

0 commit comments

Comments
 (0)