Explorar o código

rm empty line

yohei0125 %!s(int64=3) %!d(string=hai) anos
pai
achega
15b99e2cdb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/app/src/stores/ui.tsx

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

@@ -341,7 +341,6 @@ export const useIsAbleToShowPageManagement = (): SWRResponse<boolean, Error> =>
   const { data: isSharedUser } = useIsSharedUser();
   const { data: isSharedUser } = useIsSharedUser();
 
 
   const pageId = currentPageId ?? emptyPageId;
   const pageId = currentPageId ?? emptyPageId;
-
   const includesUndefined = [pageId, isTrashPage, isSharedUser].some(v => v === undefined);
   const includesUndefined = [pageId, isTrashPage, isSharedUser].some(v => v === undefined);
   const isPageExist = pageId != null;
   const isPageExist = pageId != null;