From 1914c3db035de2efee2dfa4bbc20da30850a72de Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Mon, 13 Jun 2022 13:14:41 +0100 Subject: [PATCH] fix(frontend): typo in query --- .../frontend/src/main/components/comments/CommentListItem.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/main/components/comments/CommentListItem.vue b/packages/frontend/src/main/components/comments/CommentListItem.vue index 48c3db7ee..bc2a7fd75 100644 --- a/packages/frontend/src/main/components/comments/CommentListItem.vue +++ b/packages/frontend/src/main/components/comments/CommentListItem.vue @@ -137,7 +137,9 @@ export default { query ($streamId: String!, $id: String!) { comment(streamId: $streamId, id: $id) { id - text + text { + doc + } authorId screenshot createdAt