فهرست منبع

modified from yarn lint

白石誠 5 سال پیش
والد
کامیت
c0f8a3d61f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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), [],
   );