[web] Remove style class having no effect in this context

This commit is contained in:
Alain Nussbaumer 2023-11-29 11:18:43 +01:00
parent 9c1639d7d7
commit 84d538e37f
1 changed files with 1 additions and 1 deletions

View File

@ -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}` : ''