[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…
Reference in New Issue