Skip to content

Commit

Permalink
Merge pull request #324 from NUS-Project-SaBai/nathan/show-children-v…
Browse files Browse the repository at this point in the history
…itals

one more check bruh
  • Loading branch information
nathantew14 authored Dec 9, 2024
2 parents 9c7b22b + 92fa11f commit 09ef037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/records/VitalsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export function VitalsTable({ vitals, patient, visit }) {
{vitalFields.map((field, index) => renderTableField(field, index))}
</div>

{patientAgeVisit <= 18 && patientAgeVisit >= 4 && (
{patientAgeVisit <= 18 && patientAgeVisit >= 2 && (
<div>
<div className="grid gap-6 md:grid-cols-2">
{childrenVitalFields
Expand Down

0 comments on commit 09ef037

Please sign in to comment.