Quellcode durchsuchen

modified from yarn lint

白石誠 vor 5 Jahren
Ursprung
Commit
c0f8a3d61f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/client/js/components/PageDuplicateModal.jsx

+ 1 - 1
src/client/js/components/PageDuplicateModal.jsx

@@ -49,7 +49,7 @@ const PageDuplicateModal = (props) => {
     }
     }
   };
   };
 
 
-  // eslint-disable-next-link react-hooks/exhaustive-deps
+  // eslint-disable-next-line react-hooks/exhaustive-deps
   const checkExistPathsDebounce = useCallback(
   const checkExistPathsDebounce = useCallback(
     debounce(1000, checkExistPaths), [],
     debounce(1000, checkExistPaths), [],
   );
   );