Skip to content

Commit

Permalink
fixed minimum height
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilvunnam committed Oct 31, 2024
1 parent db56680 commit c49aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/health/health-event.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
Expand Down

0 comments on commit c49aecf

Please sign in to comment.