Browse Source

modified from yarn lint

白石誠 5 years ago
parent
commit
c0f8a3d61f
1 changed files with 1 additions and 1 deletions
  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), [],
   );