From 8e948928dcbc4a473491ccbcf304e37ce0b86d35 Mon Sep 17 00:00:00 2001 From: Ashraf Mohammed Date: Mon, 11 Dec 2023 12:22:00 +0530 Subject: [PATCH] change tooltip --- src/Components/Patient/PatientInfoCard.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/Components/Patient/PatientInfoCard.tsx b/src/Components/Patient/PatientInfoCard.tsx index 8bf20a65f64..f62d3ec7a3b 100644 --- a/src/Components/Patient/PatientInfoCard.tsx +++ b/src/Components/Patient/PatientInfoCard.tsx @@ -154,12 +154,7 @@ export default function PatientInfoCard(props: { > {consultation?.current_bed && consultation?.discharge_date === null ? ( -
+

{ consultation?.current_bed?.bed_object?.location_object @@ -169,6 +164,15 @@ export default function PatientInfoCard(props: {

{consultation?.current_bed?.bed_object.name}

+
+ + { + consultation?.current_bed?.bed_object?.location_object + ?.name + } + + {consultation?.current_bed?.bed_object.name} +
) : (