diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index 9649b0d7e..321d1df39 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -1,39 +1,37 @@ - - - - - - - - {{ $t(`notifications.reason.${notification.reason}`) }} - - - - - - - - - - {{ $t(`notifications.comment`) }}: - - {{ from.contentExcerpt | removeHtml }} - - - - - - + + + + + + + {{ $t(`notifications.reason.${notification.reason}`) }} + + + + + + + + + + {{ $t(`notifications.comment`) }}: + + {{ from.contentExcerpt | removeHtml }} + + + + +