diff --git a/src/Components/Patient/PatientInfoCard.tsx b/src/Components/Patient/PatientInfoCard.tsx index c5087f13dda..eb589667ece 100644 --- a/src/Components/Patient/PatientInfoCard.tsx +++ b/src/Components/Patient/PatientInfoCard.tsx @@ -490,6 +490,7 @@ export default function PatientInfoCard(props: { key={i} className="dropdown-item-primary pointer-events-auto m-2 flex cursor-pointer items-center justify-start gap-2 rounded border-0 p-2 text-sm font-normal transition-all duration-200 ease-in-out" href={ + action[1] !== "Treatment Summary" && consultation?.admitted && !consultation?.current_bed && i === 1 @@ -498,6 +499,7 @@ export default function PatientInfoCard(props: { } onClick={() => { if ( + action[1] !== "Treatment Summary" && consultation?.admitted && !consultation?.current_bed && i === 1