Explorar el Código

Add semicolon

Taichi Masuyama hace 3 años
padre
commit
c27eb56c75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/stores/editor.tsx

+ 1 - 1
packages/app/src/stores/editor.tsx

@@ -123,7 +123,7 @@ export const useIsEnabledUnsavedWarning = (): SWRResponseWithUtils<IUtilsIsEnabl
 
 
   const { cache } = useSWRConfig();
   const { cache } = useSWRConfig();
 
 
-  const swrResponse = useStaticSWR<boolean, Error>(key, undefined, { fallbackData: false })
+  const swrResponse = useStaticSWR<boolean, Error>(key, undefined, { fallbackData: false });
 
 
   return withUtils(swrResponse, {
   return withUtils(swrResponse, {
     getIsEnabledUnsavedWarningFromCache() {
     getIsEnabledUnsavedWarningFromCache() {