소스 검색

add comment

itizawa 6 년 전
부모
커밋
3d5645c5de
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/client/js/components/PageComments.jsx

+ 1 - 0
src/client/js/components/PageComments.jsx

@@ -64,6 +64,7 @@ class PageComments extends React.Component {
   }
 
   confirmToEditComment(comment) {
+    // TODO GW-141 show editor
     console.log("Pushed Edit button");
   }