ryohek hace 5 años
padre
commit
0726b3077b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/ShareLinkList.jsx

+ 1 - 1
src/client/js/components/ShareLinkList.jsx

@@ -20,7 +20,7 @@ const ShareLinkList = (props) => {
     props.onClickDeleteButton(shareLinkId);
     props.onClickDeleteButton(shareLinkId);
   }
   }
 
 
-  // TODO pagePath が null だった場合の管理画面の挙動は別途実装する
+  // TODO implement admin screen behavior when pagePath is null
   function renderShareLinks() {
   function renderShareLinks() {
     return (
     return (
       <>
       <>