diff --git a/src/components/Vote.vue b/src/components/Vote.vue
index 50e3d0f..4224819 100644
--- a/src/components/Vote.vue
+++ b/src/components/Vote.vue
@@ -10,7 +10,7 @@
>!
- {{ voters.length }} vote{{ voters.length != 1 ? 's':'' }}
+ {{ voters.length }} vote{{ voters.length !== 1 ? 's' : '' }}
in favor
(majority is {{ Math.ceil(alive / 2) }})