Selaa lähdekoodia

rm futile diff

yohei0125 3 vuotta sitten
vanhempi
sitoutus
70b0179931
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/app/src/stores/page.tsx

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

@@ -33,6 +33,7 @@ export const useSWRxPageByPath = (path?: string): SWRResponse<IPageHasId, Error>
 
 
 export const useSWRxCurrentPage = (shareLinkId?: string): SWRResponse<IPageHasId, Error> => {
 export const useSWRxCurrentPage = (shareLinkId?: string): SWRResponse<IPageHasId, Error> => {
   const { data: currentPageId } = useCurrentPageId();
   const { data: currentPageId } = useCurrentPageId();
+
   return useSWRxPage(currentPageId ?? undefined, shareLinkId);
   return useSWRxPage(currentPageId ?? undefined, shareLinkId);
 };
 };