Browse Source

hand over to child comment

itizawa 6 năm trước cách đây
mục cha
commit
a69218ff83
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/client/js/components/PageComment/Comment.jsx

+ 1 - 0
src/client/js/components/PageComment/Comment.jsx

@@ -161,6 +161,7 @@ class Comment extends React.Component {
       <div key={reply._id} className="page-comment-reply">
         <CommentWrapper
           comment={reply}
+          editBtnClicked={this.props.editBtnClicked}
           deleteBtnClicked={this.props.deleteBtnClicked}
           growiRenderer={this.props.growiRenderer}
         />