Skip to content

Commit

Permalink
Added a message while connecting through Doctor Connect (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
patelaryan7751 authored Sep 14, 2022
1 parent 4f5ca0e commit 3067e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/TeleIcu/DoctorVideoSlideover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
)}`
: "#"
}
Expand Down

0 comments on commit 3067e68

Please sign in to comment.