mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update webapp/components/NotificationsTable/NotificationsTable.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
parent
12861834fb
commit
f42eeb0104
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user