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