Fix reply fragments

This commit is contained in:
Chi Vinh Le
2017-09-04 16:44:53 +07:00
parent 98cb34f554
commit c0252e160b
@@ -85,6 +85,7 @@ const singleCommentFragment = gql`
edited
editableUntil
}
${getSlotFragmentSpreads(slots, 'comment')}
}
`;
@@ -121,7 +122,6 @@ const withCommentFragments = withFragments({
endCursor
}
`, THREADING_LEVEL)}
${getSlotFragmentSpreads(slots, 'comment')}
}
${singleCommentFragment}
`