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
6727a61329
commit
d4149e964d
@ -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"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user