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
e1a18527cf
commit
736bc2719a
@ -45,8 +45,8 @@
|
||||
/>
|
||||
</client-only>
|
||||
</ds-space>
|
||||
<ds-text :class="{ 'notification-status': n.read, reason: true }">
|
||||
{{ $t(`notifications.reason.${n.reason}`) }}
|
||||
<ds-text :class="{ 'notification-status': notification.read, reason: true }">
|
||||
{{ $t(`notifications.reason.${notification.reason}`) }}
|
||||
</ds-text>
|
||||
</base-card>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user