Taichi Masuyama %!s(int64=3) %!d(string=hai) anos
pai
achega
265ce0ff57
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/stores/page-listing.tsx

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

@@ -165,7 +165,7 @@ export const useSWRxPageAncestorsChildren = (
     }),
     {
       fallbackData: prevSWRRes.data, // avoid data to be undefined due to the termNumber to change
-    }
+    },
   );
 };