diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 56546d183..27e8459bd 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -47,7 +47,7 @@
{{ amount | GDD }}
-
+
@@ -58,7 +58,7 @@ >
@@ -69,7 +69,7 @@
-
+
{{ $t('moderatorChat') }}
@@ -180,6 +179,11 @@ export default { required: false, default: false, }, + moderatorId: { + type: Number, + required: false, + default: 0, + }, }, data() { return { diff --git a/frontend/src/graphql/queries.js b/frontend/src/graphql/queries.js index 7193eded0..87e861752 100644 --- a/frontend/src/graphql/queries.js +++ b/frontend/src/graphql/queries.js @@ -187,6 +187,7 @@ export const listContributions = gql` messagesCount deniedAt deniedBy + moderatorId } } }