fix(FN-001): remove eslint-disable for non-existent react-hooks/exhaustive-deps rule

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Timothy Laurent
2026-05-04 21:40:40 -07:00
parent 657419e958
commit ac22146c99

View File

@@ -356,7 +356,7 @@ export function MissionInterviewModal({
setMissionGoal(persisted);
}
}
}, [isOpen]); // intentional: only re-run on open/close, not on every keystroke
}, [isOpen]);
// Auto-start when initialGoal prop is provided
useEffect(() => {