diff --git a/src/shared/components/challenge-detail/Header/index.jsx b/src/shared/components/challenge-detail/Header/index.jsx index cab4909a74..28672781e1 100644 --- a/src/shared/components/challenge-detail/Header/index.jsx +++ b/src/shared/components/challenge-detail/Header/index.jsx @@ -187,7 +187,7 @@ export default function ChallengeHeader(props) { ).getTime(); const appealsEnd = (new Date(appealsEndDate).getTime()); - if (lastPhaseTime < appealsEnd) { + if (lastPhaseTime < appealsEnd && lastPhase.name !== 'Review') { relevantPhases.push({ id: -1, name: 'Winners',