diff --git a/src/app/ideation/components/VoteCard.tsx b/src/app/ideation/components/VoteCard.tsx index f590f5ac..f236e3e6 100644 --- a/src/app/ideation/components/VoteCard.tsx +++ b/src/app/ideation/components/VoteCard.tsx @@ -12,7 +12,7 @@ function VoteCard({ users, voted }: VoteCardProps) {

{users.length}

-

Votes

+

{`Vote${users.length > 1 ? "s" : ""}`}

{users.map((user) => (