diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index 4edf2cd8..42dc187d 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -162,7 +162,7 @@ export const Banner = () => { const voteIsSetup = roundOver && contestStatus === ContestStatus.Voting && - votingStage === VotingStage.Initiated; + (votingStage === VotingStage.Initiated || votingStage === VotingStage.None); const voteIsActive = roundOver && @@ -177,11 +177,11 @@ export const Banner = () => { return (