소스 검색

fix comment

yohei0125 3 년 전
부모
커밋
595df3c460
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Common/Dropdown/PageItemControl.tsx

+ 1 - 1
packages/app/src/components/Common/Dropdown/PageItemControl.tsx

@@ -134,7 +134,7 @@ const PageItemControlDropdownMenu = React.memo((props: DropdownMenuProps): JSX.E
     const showDeviderBeforeDelete = AdditionalMenuItems != null || showDeviderBeforeAdditionalMenuItems;
 
     // PathRecovery
-    // Todo: It should be considered if PageItemControl should handle operationProcessData
+    // Todo: It is wanted to find a better way to pass operationProcessData to PageItemControl
     const shouldShowPathRecoveryButton = operationProcessData?.Rename != null ? operationProcessData?.Rename.isProcessable : false;
 
     contents = (