mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Fixing bug where reply buttons in replies to not operate as expected.
This commit is contained in:
@@ -165,7 +165,7 @@ class CommentStream extends Component {
|
||||
<div className="replyActionsLeft">
|
||||
<ReplyButton
|
||||
updateItem={this.props.updateItem}
|
||||
id={replyId}/>
|
||||
parent_id={reply.parent_id}/>
|
||||
<LikeButton
|
||||
addNotification={this.props.addNotification}
|
||||
id={replyId}
|
||||
|
||||
Reference in New Issue
Block a user