Explorar el Código

modified from yarn lint

白石誠 hace 5 años
padre
commit
c0f8a3d61f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(
     debounce(1000, checkExistPaths), [],
   );