mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
better tracking of new/old comments
This commit is contained in:
@@ -224,7 +224,7 @@ class Embed extends Component {
|
||||
topLevel={true}
|
||||
assetId={asset.id}
|
||||
comments={asset.comments}
|
||||
moreComments={asset.commentCount > asset.comments.length}
|
||||
moreComments={countCache[asset.id] > asset.comments.length}
|
||||
loadMore={this.props.loadMore}/>
|
||||
</TabContent>
|
||||
<TabContent show={activeTab === 1}>
|
||||
|
||||
Reference in New Issue
Block a user