Fix re-render (#462)

* Fix re-render

* Prettier
This commit is contained in:
Louis Knight-Webb
2025-08-13 13:03:47 +01:00
committed by GitHub
parent 55ce481fc1
commit 05f1d027a3

View File

@@ -203,12 +203,7 @@ function LogsTab() {
if (toExpand.length > 0) { if (toExpand.length > 0) {
dispatch({ type: 'AUTO_EXPAND', ids: toExpand }); dispatch({ type: 'AUTO_EXPAND', ids: toExpand });
} }
}, [ }, [filteredProcesses, state.userCollapsed, state.autoCollapsed]);
filteredProcesses,
state.userCollapsed,
state.autoCollapsed,
state.prevStatus,
]);
// Effect #3: Handle coding agent succession logic // Effect #3: Handle coding agent succession logic
useEffect(() => { useEffect(() => {