Add debug logging for childId

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Manohar Gupta 2026-05-11 01:54:09 +05:30
parent 1c5c02ffbd
commit e51853f335

View file

@ -28,6 +28,7 @@ export default function AIChatPage() {
const [error, setError] = useState<string>("");
useEffect(() => {
console.log("AI page: childId from useFamily:", childId);
if (childId) {
fetchSessions();
}