Skip to content

Commit 9b0e278

Browse files
issue#4688 : Added ongoing filter to challenges listing
1 parent 0e61189 commit 9b0e278

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)