Skip to content

Commit 52ca5fc

Browse files
Copilotmnaimfaizy
andauthored
fix: remove empty useEffect and clean up code review issues
Agent-Logs-Url: https://github.com/mnaimfaizy/code-executives/sessions/f8873fed-4f55-4d94-99a1-014463b0e71b Co-authored-by: mnaimfaizy <34773846+mnaimfaizy@users.noreply.github.com>
1 parent de96d0c commit 52ca5fc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/features/javascript/components/sections/CallStack.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ const CallStack: React.FC = () => {
229229
// ignore persistence errors
230230
}
231231
}, [ip, running]);
232-
useEffect(() => {
233-
// persistence: no-op placeholder kept for consistency
234-
}, []);
235232

236233
// highlighting is built inline when rendering InstrumentedSource
237234

0 commit comments

Comments
 (0)