Skip to content

Commit 68c2e1b

Browse files
Fix. Added type for identifier
1 parent 31da87b commit 68c2e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Common/patientMapper.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {getDate} from "./DateUtil";
22

33
export function mapPatient(patient){
44
var identifier = patient?.mobile !== undefined ? [{
5+
type: "MOBILE",
56
value: patient.mobile
67
}] : undefined;
78
var address = {

0 commit comments

Comments
 (0)