mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[web] Fix linting warning
This commit is contained in:
parent
b7ad3c8d45
commit
26089a05e0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user