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