From 3067e68c9ef7124108a76d350d91d4303f0b717e Mon Sep 17 00:00:00 2001 From: ARYAN PATEL Date: Wed, 14 Sep 2022 19:22:21 +0530 Subject: [PATCH] Added a message while connecting through Doctor Connect (#3549) --- src/Components/TeleIcu/DoctorVideoSlideover.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/TeleIcu/DoctorVideoSlideover.tsx b/src/Components/TeleIcu/DoctorVideoSlideover.tsx index c2d8cda5eff..33a1c805655 100644 --- a/src/Components/TeleIcu/DoctorVideoSlideover.tsx +++ b/src/Components/TeleIcu/DoctorVideoSlideover.tsx @@ -108,6 +108,8 @@ function UserListItem(props: { user: UserModel }) { user.alt_phone_number ? `https://api.whatsapp.com/send/?phone=${encodeURIComponent( user.alt_phone_number + )}&text=${encodeURIComponent( + `Hey ${user.first_name} ${user.last_name}, I have a query regarding a patient.\n\nPatient Link: ${window.location.href}` )}` : "#" }