fix(FN-2983): remove stale hooks lint suppression

- Remove obsolete react-hooks eslint-disable directive in PlanningModeModal
- Keep hook linting active so dependency regressions are surfaced
This commit is contained in:
Fusion
2026-05-01 12:16:37 -07:00
committed by gsxdsm
parent cf429431cc
commit 0313ddb72c

View File

@@ -609,7 +609,6 @@ export function PlanningModeModal({ isOpen, onClose, onTaskCreated, onTasksCreat
setSelectedSessionId(resumeSessionId);
setMobileShowDetail(true);
void loadSession(resumeSessionId);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isOpen, resumeSessionId]);
// Re-sync the selected session whenever the modal is reopened. Without this,