Skip to content

Commit 52d38b6

Browse files
sort by changes
1 parent 79e582b commit 52d38b6

File tree

1 file changed

+4
-4
lines changed
  • src/shared/utils/challenge-listing

1 file changed

+4
-4
lines changed

src/shared/utils/challenge-listing/sort.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import moment from 'moment';
66
import { sumBy } from 'lodash';
77

88
export const SORTS = {
9-
// CURRENT_PHASE: 'current-phase',
9+
CURRENT_PHASE: 'current-phase',
1010
MOST_RECENT: 'updated',
1111
MOST_RECENT_START_DATE: 'startDate',
1212
// NUM_REGISTRANTS: 'num-registrants',
1313
// NUM_SUBMISSIONS: 'num-submissions',
14-
PRIZE_HIGH_TO_LOW: 'prize-high-to-low',
15-
TIME_TO_REGISTER: 'time-to-register',
16-
TIME_TO_SUBMIT: 'time-to-submit',
14+
PRIZE_HIGH_TO_LOW: 'prizeSets.prizes.value',
15+
TIME_TO_REGISTER: 'registrationEndDate',
16+
TIME_TO_SUBMIT: 'submissionEndDate',
1717
TITLE_A_TO_Z: 'name',
1818
REVIEW_OPPORTUNITIES_TITLE_A_TO_Z: 'review-opportunities-title-a-to-z',
1919
REVIEW_OPPORTUNITIES_PAYMENT: 'review-opportunities-payment',

0 commit comments

Comments
 (0)