d1ff61a909
- Guard appointments.past with fallback: apptsData?.upcoming || [], apptsData?.past || [] to prevent TypeError when API returns unexpected shape - Map API fields (weightKg, dateOfBirth, photoKey, groomingNotes) to interface fields (weight, birthDate, photoUrl, notes) expected by UI Co-Authored-By: Paperclip <noreply@paperclip.ing>