Shun Miyazawa пре 4 година
родитељ
комит
37f532373e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/ItemsTree.tsx

+ 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 {
-    targetPath, targetPathOrId, targetAndAncestorsData, pageToDelete, isEnableActions
+    targetPath, targetPathOrId, targetAndAncestorsData, pageToDelete, isEnableActions,
   } = props;
 
   const { data: ancestorsChildrenData, error: error1 } = useSWRxPageAncestorsChildren(targetPath);