diff --git a/client/coral-embed-stream/src/tabs/stream/containers/Comment.js b/client/coral-embed-stream/src/tabs/stream/containers/Comment.js index 45468f406..4e91ce9d2 100644 --- a/client/coral-embed-stream/src/tabs/stream/containers/Comment.js +++ b/client/coral-embed-stream/src/tabs/stream/containers/Comment.js @@ -97,11 +97,16 @@ const singleCommentFragment = gql` edited editableUntil } + ${getSlotFragmentSpreads(slots, 'root')} ${getSlotFragmentSpreads(slots, 'comment')} + ...${getDefinitionName(CommentBox.fragments.root)} ...${getDefinitionName(CommentBox.fragments.comment)} + ...${getDefinitionName(ReplyBox.fragments.root)} ...${getDefinitionName(ReplyBox.fragments.comment)} } + ${CommentBox.fragments.root} ${CommentBox.fragments.comment} + ${ReplyBox.fragments.root} ${ReplyBox.fragments.comment} `;