diff --git a/src/app/health/health-event.component.ts b/src/app/health/health-event.component.ts index fbf3282dfc..ca45e3f74c 100644 --- a/src/app/health/health-event.component.ts +++ b/src/app/health/health-event.component.ts @@ -128,7 +128,7 @@ export class HealthEventComponent implements OnInit { const limits = { 'temperature': { min: 30, max: 40 }, 'pulse': { min: 40, max: 120 }, - 'height': { min: 1, max: 250 }, + 'height': { min: 40, max: 250 }, 'weight': { min: 1, max: 150 }, 'bp': 'n/a' };