Browse Source

fix: #1261

dongchengjie 11 months ago
parent
commit
3f1caa702b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hooks/use-log-data.ts

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

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