mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Filter queryData in withFragments and optimize rendering
This commit is contained in:
@@ -16,8 +16,8 @@ class TabPaneContainer extends React.Component {
|
||||
query: LOAD_MORE_QUERY,
|
||||
variables: {
|
||||
limit: 5,
|
||||
cursor: this.props.root.asset.featuredComments.endCursor,
|
||||
asset_id: this.props.root.asset.id,
|
||||
cursor: this.props.asset.featuredComments.endCursor,
|
||||
asset_id: this.props.asset.id,
|
||||
sort: 'REVERSE_CHRONOLOGICAL',
|
||||
excludeIgnored: this.props.data.variables.excludeIgnored,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user