diff --git a/src/Components/Patient/DailyRounds.tsx b/src/Components/Patient/DailyRounds.tsx
index d0b2e321898..35e9828f9d1 100644
--- a/src/Components/Patient/DailyRounds.tsx
+++ b/src/Components/Patient/DailyRounds.tsx
@@ -502,6 +502,11 @@ export const DailyRounds = (props: any) => {
+
+ Symptoms
+
+
+
{
rows={5}
/>
-
- Symptoms
-
-
-
{state.form.rounds_type !== "DOCTORS_LOG" && (
<>
{
{state.form.rounds_type === "DOCTORS_LOG" && (
<>
+
+
+ {t("diagnosis")}
+
+ {/* */}
+ {diagnoses ? (
+
+ ) : (
+
+ Fetching existing diagnosis of patient...
+
+ )}
+
{t("investigations")}
@@ -701,19 +714,6 @@ export const DailyRounds = (props: any) => {
-
-
- {t("diagnosis")}
-
- {/* */}
- {diagnoses ? (
-
- ) : (
-
- Fetching existing diagnosis of patient...
-
- )}
-
>
)}