[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 }" :class="{ 'is-highlighted': is_playing }"
> >
<span <span
v-for="(word, index) in verse.words" v-for="word in verse.words"
:key="index" :key="word"
class="has-text-weight-bold is-size-5" class="has-text-weight-bold is-size-5"
> >
<span <span