Skip to content

Commit 7736347

Browse files
authored
Merge pull request #4699 from topcoder-platform/issue-4688
issue#4688 : Added ongoing filter to challenges listing
2 parents 0e61189 + 9b0e278 commit 7736347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const BUCKET_DATA = {
6565
filter: {
6666
registrationOpen: false,
6767
started: true,
68+
ongoing: true,
6869
status: ['Active'],
6970
},
7071
hideCount: false,

0 commit comments

Comments
 (0)