Shun Miyazawa 4 lat temu
rodzic
commit
37f532373e

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/ItemsTree.tsx

@@ -76,7 +76,7 @@ const renderByInitialNode = (initialNode: ItemNode, isEnableActions: boolean, ta
  */
  */
 const ItemsTree: FC<ItemsTreeProps> = (props: ItemsTreeProps) => {
 const ItemsTree: FC<ItemsTreeProps> = (props: ItemsTreeProps) => {
   const {
   const {
-    targetPath, targetPathOrId, targetAndAncestorsData, pageToDelete, isEnableActions
+    targetPath, targetPathOrId, targetAndAncestorsData, pageToDelete, isEnableActions,
   } = props;
   } = props;
 
 
   const { data: ancestorsChildrenData, error: error1 } = useSWRxPageAncestorsChildren(targetPath);
   const { data: ancestorsChildrenData, error: error1 } = useSWRxPageAncestorsChildren(targetPath);