mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Fix reply fragments
This commit is contained in:
@@ -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}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user