Skip to content

Commit

Permalink
[web] Remove style class having no effect in this context
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Nov 29, 2023
1 parent 9c1639d commit 84d538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/components/NotificationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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}` : ''
Expand Down

0 comments on commit 84d538e

Please sign in to comment.