2
0
yohei0125 3 жил өмнө
parent
commit
bffec08c5f

+ 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
  *********************************************************** */