From e1a18527cfb593a3d827b3ec30b1011bed371406 Mon Sep 17 00:00:00 2001 From: Markus <57147781+maeckes-infinitylabs@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:56:02 +0100 Subject: [PATCH] Update webapp/components/NotificationsTable/NotificationsTable.vue Co-authored-by: Hannes Heine --- .../NotificationsTable/NotificationsTable.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 9cd1d81bd..124f81084 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -59,15 +59,15 @@ - {{ n.from.title || n.from.post.title | truncate(50) }} + {{ notification.from.title || notification.from.post.title | truncate(50) }}