diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
index 4522169..550915e 100644
--- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx
+++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx
@@ -162,25 +162,27 @@ export default function ChatPage() {
)}
+
+
+
+ setTodoListCollapsed(!todoListCollapsed)
+ }
+ />
+
+
-
- setTodoListCollapsed(!todoListCollapsed)
- }
- />
-
- ) : null
- }
onContextChange={(context) =>
setSettings("context", context)
}
diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx
index d0c2231..373005c 100644
--- a/frontend/src/components/workspace/input-box.tsx
+++ b/frontend/src/components/workspace/input-box.tsx
@@ -35,7 +35,6 @@ export function InputBox({
autoFocus,
status = "ready",
context,
- extraHeader,
onContextChange,
onSubmit,
onStop,
@@ -104,12 +103,7 @@ export function InputBox({
onSubmit={handleSubmit}
{...props}
>
- {extraHeader && (
-
- )}
-
+
void;
}) {
return (