2
0
yusuketk 8 жил өмнө
parent
commit
f762ded6a9

+ 0 - 1
resource/js/components/PageComment/CommentForm.js

@@ -46,7 +46,6 @@ export default class CommentForm extends React.Component {
   }
 
   getCommentHtml(){
-    // this.renderHtml(this.state.comment)
     if(this.state.isMarkdown){
       this.renderHtml(this.state.comment)
     } else {