remove debug

This commit is contained in:
Henry Jameson 2025-03-13 12:54:08 +02:00
parent fef9121fce
commit a9fa92e9bb

View file

@ -44,7 +44,6 @@
:model-value="choices[index]"
@update:model-value="value => activateOption(index, value)"
>
{{ choices[index] }}
<RichContent
:id="`option-vote-${randomSeed}-${index}`"
:html="option.title_html"