Browse Source

wip(desktop): progress

Adam 4 months ago
parent
commit
ae8c4154aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/session-turn.tsx

+ 1 - 1
packages/ui/src/components/session-turn.tsx

@@ -222,7 +222,7 @@ export function SessionTurn(
 
 
               const [store, setStore] = createStore({
               const [store, setStore] = createStore({
                 status: rawStatus(),
                 status: rawStatus(),
-                stepsExpanded: true,
+                stepsExpanded: working(),
                 duration: duration(),
                 duration: duration(),
               })
               })