From 053d8bcf7b57d7ab9627bf3ecc94d8b4c38fb22f Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Mon, 19 Aug 2019 11:41:23 +0200 Subject: [PATCH] Fix UserQuery --- .../components/notifications/Notification/Notification.vue | 3 +-- webapp/graphql/User.js | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/webapp/components/notifications/Notification/Notification.vue b/webapp/components/notifications/Notification/Notification.vue index 173753fb8..2afe9e10c 100644 --- a/webapp/components/notifications/Notification/Notification.vue +++ b/webapp/components/notifications/Notification/Notification.vue @@ -31,8 +31,7 @@
{{ post.contentExcerpt | removeHtml }}
- Comment: - + Comment:   {{ comment.contentExcerpt | removeHtml }}
diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index 5b8511d9d..62756cde1 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -35,7 +35,7 @@ export default i18n => { followedByCount followedByCurrentUser contributionsCount - commentsCount + commentedCount badges { id icon @@ -57,7 +57,7 @@ export default i18n => { followedByCount followedByCurrentUser contributionsCount - commentsCount + commentedCount badges { id icon @@ -66,7 +66,6 @@ export default i18n => { name: name${lang} } } - contributionsCount socialMedia { id url