Преглед изворни кода

hand over to child comment

itizawa пре 6 година
родитељ
комит
a69218ff83
1 измењених фајлова са 1 додато и 0 уклоњено
  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}
         />