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) }}