diff --git a/components/ContentMenu.vue b/components/ContentMenu.vue
index 4c799fba7..cece9dc95 100644
--- a/components/ContentMenu.vue
+++ b/components/ContentMenu.vue
@@ -53,6 +53,7 @@ export default {
},
props: {
placement: { type: String, default: 'top-end' },
+ itemId: { type: String, required: true },
name: { type: String, required: true },
context: {
type: String,
@@ -95,6 +96,7 @@ export default {
name: 'report',
data: {
context: this.context,
+ id: this.itemId,
name: this.name
}
})
diff --git a/components/PostCard.vue b/components/PostCard.vue
index 00d2db0ad..6aa26673d 100644
--- a/components/PostCard.vue
+++ b/components/PostCard.vue
@@ -53,6 +53,7 @@
Are you sure that you want to report the {{ data.context }} "{{ data.name | truncate(30) }}"?
+ +