Przeglądaj źródła

chore: generate

GitHub Action 7 miesięcy temu
rodzic
commit
088b537657
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/pages/session.tsx

+ 1 - 1
packages/app/src/pages/session.tsx

@@ -826,7 +826,7 @@ export default function Page() {
   const isWorking = createMemo(() => status().type !== "idle")
   const isWorking = createMemo(() => status().type !== "idle")
 
 
   const autoScroll = createAutoScroll({
   const autoScroll = createAutoScroll({
-    working: () => true
+    working: () => true,
   })
   })
 
 
   createEffect(
   createEffect(