Explorar o código

remove unnecessary function

itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
a17825542f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/client/js/components/PageComment/Comment.jsx

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

@@ -164,7 +164,6 @@ 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}
         />