dongchengjie 11 сар өмнө
parent
commit
3f1caa702b

+ 1 - 1
src/hooks/use-log-data.ts

@@ -50,7 +50,7 @@ export const useLogData = () => {
       };
     },
     {
-      fallbackData: { up: 0, down: 0 },
+      fallbackData: [],
       keepPreviousData: true,
     }
   );