Update webapp/components/NotificationsTable/NotificationsTable.vue

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Markus 2023-03-13 16:56:37 +01:00 committed by GitHub
parent 12861834fb
commit f42eeb0104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,9 @@
<ds-space margin-bottom="base">
<client-only>
<user-teaser
:user="n.from.author"
:date-time="n.from.createdAt"
:class="{ 'notification-status': n.read }"
:user="notification.from.author"
:date-time="notification.from.createdAt"
:class="{ 'notification-status': notification.read }"
/>
</client-only>
</ds-space>