diff --git a/src/components/Process/Aside.tsx b/src/components/Process/Aside.tsx
index d921c7a..344a828 100644
--- a/src/components/Process/Aside.tsx
+++ b/src/components/Process/Aside.tsx
@@ -62,25 +62,28 @@ const ProcessAside = () => {
? t('aside.submitting')
: getStatusText(t, election?.status).toUpperCase()}
-
- {showVoters && !showVotes && (
-
- ,
- text: ,
- }}
- count={votersCount}
- />
-
+ {election?.status !== ElectionStatus.UPCOMING && (
+ <>
+ {showVoters && !showVotes && (
+
+ ,
+ text: ,
+ }}
+ count={votersCount}
+ />
+
+ )}
+ >
)}
{showVotes && (