mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
Switching Permalink props on replies to avoid null errors.
This commit is contained in:
@@ -187,8 +187,8 @@ class CommentStream extends Component {
|
||||
updateItem={this.props.updateItem}
|
||||
currentUser={this.props.auth.user}/>
|
||||
<PermalinkButton
|
||||
comment_id={reply.comment_id}
|
||||
asset_id={reply.comment_id}
|
||||
comment_id={reply.parent_id}
|
||||
asset_id={rootItemId}
|
||||
/>
|
||||
</div>
|
||||
</div>;
|
||||
|
||||
Reference in New Issue
Block a user