Fix UserQuery

This commit is contained in:
Matt Rider 2019-08-19 11:41:23 +02:00
parent caff74e58b
commit 053d8bcf7b
2 changed files with 3 additions and 5 deletions

View File

@ -31,8 +31,7 @@
<div v-if="resourceType == 'Post'">{{ post.contentExcerpt | removeHtml }}</div> <div v-if="resourceType == 'Post'">{{ post.contentExcerpt | removeHtml }}</div>
<div v-else> <div v-else>
<b> <b>
Comment: Comment: &nbsp;
<nbsp />
</b> </b>
{{ comment.contentExcerpt | removeHtml }} {{ comment.contentExcerpt | removeHtml }}
</div> </div>

View File

@ -35,7 +35,7 @@ export default i18n => {
followedByCount followedByCount
followedByCurrentUser followedByCurrentUser
contributionsCount contributionsCount
commentsCount commentedCount
badges { badges {
id id
icon icon
@ -57,7 +57,7 @@ export default i18n => {
followedByCount followedByCount
followedByCurrentUser followedByCurrentUser
contributionsCount contributionsCount
commentsCount commentedCount
badges { badges {
id id
icon icon
@ -66,7 +66,6 @@ export default i18n => {
name: name${lang} name: name${lang}
} }
} }
contributionsCount
socialMedia { socialMedia {
id id
url url