diff --git a/src/components/Vote/VoteContent/VoteContent.tsx b/src/components/Vote/VoteContent/VoteContent.tsx index 5fddc0ed..c5ad9e46 100644 --- a/src/components/Vote/VoteContent/VoteContent.tsx +++ b/src/components/Vote/VoteContent/VoteContent.tsx @@ -72,17 +72,16 @@ const VoteContent = ({onBottomSlideOpen, data}: VoteContentProps) => { isCandidateSelecting={isCandidateSelecting} showResults={showResults} /> - - {candidates && ( - - )} - - {isCandidateSelecting && } + {candidates && ( + + )} + + {isCandidateSelecting && } ); };