Procházet zdrojové kódy

hand over to child comment

itizawa před 6 roky
rodič
revize
a69218ff83

+ 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}
         />