Explorar el Código

remove empty line

yohei0125 hace 3 años
padre
commit
bffec08c5f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/app/src/stores/context.tsx

+ 0 - 1
packages/app/src/stores/context.tsx

@@ -248,7 +248,6 @@ export const useIsUploadableFile = (initialData?: boolean): SWRResponse<boolean,
   return useStaticSWR('isUploadableFile', initialData);
 };
 
-
 /** **********************************************************
  *                     Computed contexts
  *********************************************************** */