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:55:43 +01:00 committed by GitHub
parent 6727a61329
commit d4149e964d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@
</ds-grid>
</ds-grid-item>
<ds-grid-item
v-for="n in notifications"
:key="n.id"
v-for="notification in notifications"
:key="notification.id"
column-span="fullWidth"
class="notification-grid-row"
>