-
+ {showRecentPregnancy && (
+
+ )}
-
-
+ {showMotherArtTherapy && (
+
+ )}
+ {showAppointmentsSummary && (
+
+ )}
@@ -272,7 +280,11 @@ const CurrentPregnancy: React.FC
= ({ patientUuid, pTrackerId
/>
-
+
);
};
diff --git a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/hiv-exposed-infant.component.tsx b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/hiv-exposed-infant.component.tsx
index 78bb9fddd..6a8ff27a9 100644
--- a/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/hiv-exposed-infant.component.tsx
+++ b/packages/esm-ohri-pmtct-app/src/pmtct/patient-chart/mch-summary/tabs/hiv-exposed-infant.component.tsx
@@ -69,6 +69,8 @@ const HivExposedInfant: React.FC<{
},
];
+ const { showHivExposedInfantSummary } = config;
+
const getChildPTracker = useCallback(
async (patientUuid) => {
let pTrackerMap = { patientId: '', pTrackerId: '--' };
@@ -120,23 +122,27 @@ const HivExposedInfant: React.FC<{
return (