diff options
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 3b74249d..40ea0431 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -185,7 +185,7 @@ </div> <Report v-else-if="notification.type === 'pleroma:report'" - :report="notification.report" + :report-id="notification.report.id" /> <template v-else> <status-content |
