Skip to content

Commit 721076f

Browse files
committed
Update SplitView.tsx
1 parent 0310cda commit 721076f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

frontend/src/components/SplitView.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ export function SplitView() {
166166
setSearchParams({ sessionId });
167167
};
168168

169-
const handleShowHistory = () => {
170-
if (selectedProject) {
171-
setCurrentView("history");
172-
}
173-
};
174-
175169
const handleBackToWelcome = () => {
176170
setCurrentView("welcome");
177171
setSelectedProject(null);
@@ -434,6 +428,8 @@ export function SplitView() {
434428
processStreamLine,
435429
handlePermissionError,
436430
createAbortHandler,
431+
messages,
432+
setCachedSession,
437433
],
438434
);
439435

0 commit comments

Comments
 (0)