Explorar o código

hand over to child comment

itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
a69218ff83
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}
         />