Explorar o código

remove commentout

keigo-h %!s(int64=3) %!d(string=hai) anos
pai
achega
b614c5a4e8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/app/src/components/SearchPage2/SearchPageBase.tsx

+ 0 - 2
packages/app/src/components/SearchPage2/SearchPageBase.tsx

@@ -255,8 +255,6 @@ export const usePageDeleteModalForBulkDeletion = (
 
     openDeleteModal(selectedPages, {
       onDeleted: (...args) => {
-        // ここにargs[2]が存在しなかった際の条件分岐を記述
-        // descendantPagelistと同様の処理を記述
         const path = args[0];
         const isCompletely = args[2];
         if (path == null || isCompletely == null) {