소스 검색

clean code

jam411 3 년 전
부모
커밋
34635ba062
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/PageComment/Comment.jsx

+ 1 - 1
packages/app/src/components/PageComment/Comment.jsx

@@ -137,7 +137,7 @@ class Comment extends React.PureComponent {
   }
 
   async renderHtml() {
-    // TODO: Check isMathJaxEnabled when remarked.
+    // TODO: Check rendererOptions when remarked.
     const { interceptorManager, rendererOptions } = this.props;
     const context = this.currentRenderingContext;