From 6a75c66f887f1eea1c7c2f2c09b062b44f6e4cb9 Mon Sep 17 00:00:00 2001 From: Abhiuday Date: Wed, 27 Sep 2023 19:55:08 +0530 Subject: [PATCH] fix: rebased the branch --- src/Components/Patient/DailyRounds.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Components/Patient/DailyRounds.tsx b/src/Components/Patient/DailyRounds.tsx index 12a98f4418f..e4f48a27990 100644 --- a/src/Components/Patient/DailyRounds.tsx +++ b/src/Components/Patient/DailyRounds.tsx @@ -508,12 +508,6 @@ export const DailyRounds = (props: any) => { }} /> - - {state.form.rounds_type === "NORMAL" && ( <>

Vitals