+
{t("no_allergies_recorded")}
diff --git a/src/components/Patient/diagnosis/list.tsx b/src/components/Patient/diagnosis/list.tsx
index d0e8c4acede..10d3a9d2d5d 100644
--- a/src/components/Patient/diagnosis/list.tsx
+++ b/src/components/Patient/diagnosis/list.tsx
@@ -63,7 +63,9 @@ export function DiagnosisList({
patientId={patientId}
encounterId={encounterId}
>
- {t("no_diagnoses_recorded")}
+
+ {t("no_diagnoses_recorded")}
+
);
}
diff --git a/src/components/Patient/symptoms/list.tsx b/src/components/Patient/symptoms/list.tsx
index 24f7a8142c8..5034364e078 100644
--- a/src/components/Patient/symptoms/list.tsx
+++ b/src/components/Patient/symptoms/list.tsx
@@ -62,7 +62,9 @@ export function SymptomsList({
patientId={patientId}
encounterId={encounterId}
>
- {t("no_symptoms_recorded")}
+
+ {t("no_symptoms_recorded")}
+
);
}