WNomunomu 1 год назад
Родитель
Сommit
2741ccd370
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      apps/app/src/components/PageSelectModal/PageSelectModal.tsx

+ 0 - 5
apps/app/src/components/PageSelectModal/PageSelectModal.tsx

@@ -71,15 +71,10 @@ export const PageSelectModal: FC = () => {
     return <></>;
     return <></>;
   }
   }
 
 
-  // const parentPagePath = pathUtils.addTrailingSlash(nodePath.dirname(currentPage.path));
-
   const targetPathOrId = clickedParentPagePath || currentPage.path;
   const targetPathOrId = clickedParentPagePath || currentPage.path;
 
 
   const targetPath = clickedParentPagePath || currentPage.path;
   const targetPath = clickedParentPagePath || currentPage.path;
 
 
-  // console.log(clickedParentPagePath);
-  // console.log(targetPathOrId);
-
   if (isGuestUser == null) {
   if (isGuestUser == null) {
     return <></>;
     return <></>;
   }
   }