Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 5f9757c

Browse files
authored
trying to add prize levels to Code challenge type
1 parent d4531d1 commit 5f9757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/scripts/launch/contestDetailSoftware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ function initContest(contestJson) {
958958
}
959959
if (!hasContestPrize) {
960960
projectHeader.prizes.push(new com.topcoder.direct.Prize(1, 0, CONTEST_PRIZE_TYPE_ID, 1));
961-
if(!(isDesignF2F() || isF2F() || isBugHunt() || isCode())) {
961+
if(!(isDesignF2F() || isF2F() || isBugHunt())) {
962962
projectHeader.prizes.push(new com.topcoder.direct.Prize(2, 0, CONTEST_PRIZE_TYPE_ID, 1));
963963
}
964964
}

0 commit comments

Comments
 (0)