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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user