ryohek il y a 6 ans
Parent
commit
0726b3077b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
   }
 
-  // TODO pagePath が null だった場合の管理画面の挙動は別途実装する
+  // TODO implement admin screen behavior when pagePath is null
   function renderShareLinks() {
     return (
       <>