diff --git a/src/components/status.jsx b/src/components/status.jsx index 21c3877d..fe230525 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1170,9 +1170,7 @@ function Status({ (option) => `- ${option.title}${ option.votesCount >= 0 - ? ` (${option.votesCount} vote${ - option.votesCount !== 1 ? 's' : '' - })` + ? ` (${option.votesCount})` : '' }`, )