diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index fedb92c89fa6ce32512d56107e1fc32c0080f7e2..5f54b416164ff2031906c8195ae9e30cca39f6d7 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,9 +17,8 @@
           <span class="result-percentage">
             {{ percentageForOption(option.votes_count) }}%
           </span>
-          <!-- eslint-disable vue/no-v-html -->
+          <!-- eslint-disable-next-line vue/no-v-html -->
           <span v-html="option.title_html" />
-          <!-- eslint-enable vue/no-v-html -->
         </div>
         <div
           class="result-fill"