mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 02:35:32 -05:00
[web] Remove notification identifier
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-half">
|
||||
<div
|
||||
v-for="notification in notificationsStore.list"
|
||||
:key="notification.id"
|
||||
v-for="(notification, index) in notificationsStore.list"
|
||||
:key="index"
|
||||
class="notification"
|
||||
:class="notification.type ? `is-${notification.type}` : ''"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user