Przeglądaj źródła

hand over to child comment

itizawa 6 lat temu
rodzic
commit
a69218ff83
1 zmienionych plików z 1 dodań i 0 usunięć
  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}
         />