[web] Fix linting warning

This commit is contained in:
Alain Nussbaumer 2023-11-26 21:55:43 +01:00
parent b7ad3c8d45
commit 26089a05e0

View File

@ -13,8 +13,8 @@
:class="{ 'is-highlighted': is_playing }"
>
<span
v-for="(word, index) in verse.words"
:key="index"
v-for="word in verse.words"
:key="word"
class="has-text-weight-bold is-size-5"
>
<span