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