From 8cbd419971f1bd81b620ee8f15104be596b5e10a Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 12 Jun 2024 12:10:24 -0700 Subject: [PATCH] fix banner --- src/components/Banner.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 (