// Body — HRV/sleep/readiness + the HRV-social correlation insight function BodyScreen({ go }) { const d = LifeData; const h = d.health.today; const base = d.health.baseline; const week = d.health.week; const haveData = h.hrv_ms > 0 || h.sleep_hours > 0; const dayName = ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'][new Date().getDay()]; if (!haveData) { return (
/ingest/health/shay