Skip to content

Commit 8147ee5

Browse files
Fix. To add type Mobile
1 parent 05aa2bd commit 8147ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/creation/PatientAadhaarProfile.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const PatientAadhaarProfile = (props) => {
4545

4646
function mapPatient(){
4747
var identifier = patient?.phone !== undefined ? [{
48+
type: "MOBILE",
4849
value: patient.phone
4950
}] : undefined;
5051
var address = {

0 commit comments

Comments
 (0)