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