diff --git a/src/Components/Patient/PatientInfoCard.tsx b/src/Components/Patient/PatientInfoCard.tsx index b9d1d256566..bd6bf269373 100644 --- a/src/Components/Patient/PatientInfoCard.tsx +++ b/src/Components/Patient/PatientInfoCard.tsx @@ -314,7 +314,7 @@ export default function PatientInfoCard(props: { ); })} - {!!consultation?.discharge_date && ( + {consultation?.discharge_date ? (