diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/poll/poll.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index fedb92c8..5f54b416 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" |
