Skip to content

Commit

Permalink
U4X-539 Adding Care Program component before the care panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 committed Apr 22, 2024
1 parent 4d6a6c7 commit c64799b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const CarePanel: React.FC<CarePanelProps> = ({ patientUuid, formEntrySub, launch
<CarePrograms patientUuid={patientUuid} />
</div>
)}
<CarePrograms patientUuid={patientUuid} />
</>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const ProgramEnrollment: React.FC<ProgramEnrollmentProps> = ({ enrollments = [],
if (orderedEnrollments?.length === 0) {
return null;
}
console.info(programData.artStartDate);

return (
<div className={styles.bodyContainer}>
Expand Down

0 comments on commit c64799b

Please sign in to comment.