From 3f4f65121a50c867c6cdccb348b8474e60afa63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 14 Mar 2023 14:25:15 +0100 Subject: [PATCH] Fix linting --- webapp/components/NotificationsTable/NotificationsTable.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 19063391b..7065b2624 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -67,7 +67,9 @@ }" @click.native="markNotificationAsRead(notification.from.id)" > - {{ notification.from.title || notification.from.post.title | truncate(50) }} + + {{ notification.from.title || notification.from.post.title | truncate(50) }} +