diff --git a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/current-pregnancy.component.tsx b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/current-pregnancy.component.tsx index 7ba78d45a..3208210dc 100644 --- a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/current-pregnancy.component.tsx +++ b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/current-pregnancy.component.tsx @@ -156,12 +156,12 @@ const CurrentPregnancy: React.FC = ({ patientUuid, pTrackerId const identifiers = await fetchPatientIdentifiers(patientUuid); if (identifiers?.length) { pTrackerMap.pTrackerId = - identifiers.find((id) => id.identifierType.uuid === identifiersTypes.pTrackerIdentifierType)?.identifier ?? + identifiers.find((id) => id.identifierType.uuid === identifiersTypes.ptrackerIdentifierType)?.identifier ?? '--'; } return pTrackerMap; }, - [identifiersTypes.pTrackerIdentifierType], + [identifiersTypes.ptrackerIdentifierType], ); useEffect(() => {