Skip to content

Commit

Permalink
Fix. To add type Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SanoferSameera committed Jan 18, 2024
1 parent 05aa2bd commit 8147ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/creation/PatientAadhaarProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const PatientAadhaarProfile = (props) => {

function mapPatient(){
var identifier = patient?.phone !== undefined ? [{
type: "MOBILE",
value: patient.phone
}] : undefined;
var address = {
Expand Down

0 comments on commit 8147ee5

Please sign in to comment.