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

View File

@ -21,7 +21,7 @@
<div>
<base-card :wide-content="true">
<base-icon
v-if="n.from.post"
v-if="notification.from.post"
name="comment"
v-tooltip="{ content: $t('notifications.comment'), placement: 'right' }"
/>