Fix comment threads display

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-15 09:46:08 +02:00
parent 5f80eecc28
commit 790f333e4a
2 changed files with 4 additions and 4 deletions

View File

@@ -58,11 +58,11 @@ export const COMMENTS_THREADS = gql`
id
uuid
comments {
...CommentFields
...CommentRecursive
}
}
}
${COMMENT_FIELDS_FRAGMENT}
${COMMENT_RECURSIVE_FRAGMENT}
`;
export const CREATE_COMMENT_FROM_EVENT = gql`