Skip to content

Commit e950796

Browse files
authored
Merge pull request #1657 from topcoder-platform/pm-1336
fix(PM-1336): allow MMs to have multiple prizes
2 parents 37c544a + 9c12180 commit e950796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export const GROUPS_DROPDOWN_PER_PAGE = 1000000 // make sure we are getting all
354354
/**
355355
* The list of challenge types which can have multiple prizes
356356
*/
357-
export const CHALLENGE_TYPES_WITH_MULTIPLE_PRIZES = ['Challenge']
357+
export const CHALLENGE_TYPES_WITH_MULTIPLE_PRIZES = ['Challenge', 'Marathon Match']
358358

359359
/**
360360
* All the repeating messages.

0 commit comments

Comments
 (0)