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:17 +01:00 committed by GitHub
parent e1a18527cf
commit 736bc2719a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>