Bläddra i källkod

remove empty line

yohei0125 3 år sedan
förälder
incheckning
bffec08c5f
1 ändrade filer med 0 tillägg och 1 borttagningar
  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
  *********************************************************** */