Browse Source

add comment

itizawa 6 years ago
parent
commit
3d5645c5de
1 changed files with 1 additions and 0 deletions
  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");
   }