Skip to content

Commit c0c7eeb

Browse files
committed
fix(challenge-listing): ongoing challenges bucket won't include openForRegistration challenges
1 parent 003bc67 commit c0c7eeb

File tree

1 file changed

+1
-0
lines changed
  • src/shared/actions/challenge-listing

1 file changed

+1
-0
lines changed

src/shared/actions/challenge-listing/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ function getActiveChallengesDone(uuid, page, backendFilter, tokenV3, frontFilter
182182
...frontFilter,
183183
status: 'Active',
184184
currentPhaseName: 'Submission',
185+
registrationEndDateEnd: new Date().toISOString(),
185186
perPage: PAGE_SIZE,
186187
page: page + 1,
187188
sortBy: sorts[BUCKETS.ONGOING],

0 commit comments

Comments
 (0)