mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update webapp/components/NotificationsTable/NotificationsTable.vue
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
parent
5d54c1af1f
commit
6727a61329
@ -73,8 +73,8 @@
|
|||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item>
|
<ds-flex-item>
|
||||||
<base-card :wide-content="true">
|
<base-card :wide-content="true">
|
||||||
<b :class="{ 'notification-status': n.read }">
|
<b :class="{ 'notification-status': notification.read }">
|
||||||
{{ n.from.contentExcerpt | removeHtml }}
|
{{ notification.from.contentExcerpt | removeHtml }}
|
||||||
</b>
|
</b>
|
||||||
</base-card>
|
</base-card>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user