Skip to content

Commit

Permalink
(fix) Pass patient object to banner actions menu (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Sep 27, 2024
1 parent e762129 commit 7989276
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const PatientBanner: React.FC<PatientBannerProps> = ({ patient, patientUuid, hid
actionsSlotName="patient-actions-slot"
isDeceased={patient.deceasedBoolean}
patientUuid={patientUuid}
patient={patient}
/>
) : null}
</div>
Expand Down
Loading

0 comments on commit 7989276

Please sign in to comment.