File tree 1 file changed +4
-4
lines changed
src/shared/utils/challenge-listing 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import moment from 'moment';
6
6
import { sumBy } from 'lodash' ;
7
7
8
8
export const SORTS = {
9
- // CURRENT_PHASE: 'current-phase',
9
+ CURRENT_PHASE : 'current-phase' ,
10
10
MOST_RECENT : 'updated' ,
11
11
MOST_RECENT_START_DATE : 'startDate' ,
12
12
// NUM_REGISTRANTS: 'num-registrants',
13
13
// 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 ' ,
17
17
TITLE_A_TO_Z : 'name' ,
18
18
REVIEW_OPPORTUNITIES_TITLE_A_TO_Z : 'review-opportunities-title-a-to-z' ,
19
19
REVIEW_OPPORTUNITIES_PAYMENT : 'review-opportunities-payment' ,
You can’t perform that action at this time.
0 commit comments