Skip to content

Commit

Permalink
showing "-" in the emergency contact person field to represent the fi…
Browse files Browse the repository at this point in the history
…eld is null (#10323)
  • Loading branch information
Prakhar29Sharma authored Jan 31, 2025
1 parent 6be23f5 commit fd9f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientDetailsTab/Demography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Demography = (props: PatientProps) => {
{t("emergency_contact_person_name")}
</div>
<div className="mt-1 text-sm font-semibold leading-5 text-gray-900">
{props.name || "-"}
-
</div>
</div>
</div>
Expand Down

0 comments on commit fd9f145

Please sign in to comment.