[web] Remove style class having no effect in this context
This commit is contained in:
parent
9c1639d7d7
commit
84d538e37f
|
@ -5,7 +5,7 @@
|
|||
<div
|
||||
v-for="notification in notifications"
|
||||
:key="notification.id"
|
||||
class="notification has-shadow"
|
||||
class="notification"
|
||||
:class="[
|
||||
'notification',
|
||||
notification.type ? `is-${notification.type}` : ''
|
||||
|
|
Loading…
Reference in New Issue