Skip to content

Commit

Permalink
make 'dead' outcome a string
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai authored Nov 28, 2024
1 parent e2c7b30 commit f4a5aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MotherChildTag: React.FC<MotherChildTagProps> = ({ patientUuid }) => {
'Still in Care': 'green',
'HIV negative infant discharged from PMTCT': 'green',
'Lost to followup': 'red',
Dead: 'red',
'Dead': 'red',
'Transferred out': 'red',
'Transfer in': 'red',
'Confirmed HIV positive': 'red',
Expand Down

0 comments on commit f4a5aca

Please sign in to comment.