2
0
Taichi Masuyama 3 жил өмнө
parent
commit
265ce0ff57

+ 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
-    }
+    },
   );
 };