mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 10:13:45 -04:00
[web] Remove style class having no effect in this context
This commit is contained in:
parent
9c1639d7d7
commit
84d538e37f
@ -5,7 +5,7 @@
|
|||||||
<div
|
<div
|
||||||
v-for="notification in notifications"
|
v-for="notification in notifications"
|
||||||
:key="notification.id"
|
:key="notification.id"
|
||||||
class="notification has-shadow"
|
class="notification"
|
||||||
:class="[
|
:class="[
|
||||||
'notification',
|
'notification',
|
||||||
notification.type ? `is-${notification.type}` : ''
|
notification.type ? `is-${notification.type}` : ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user