Skip to content

Commit 63ffd9f

Browse files
committed
fixed deadline phase section
1 parent 44cf3f8 commit 63ffd9f

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default function ChallengeHeader(props) {
187187
).getTime();
188188

189189
const appealsEnd = (new Date(appealsEndDate).getTime());
190-
if (lastPhaseTime < appealsEnd) {
190+
if (lastPhaseTime < appealsEnd && lastPhase.name !== 'Review') {
191191
relevantPhases.push({
192192
id: -1,
193193
name: 'Winners',

0 commit comments

Comments
 (0)