Skip to content

Commit 713e4ce

Browse files
committed
Typo addressed, weird formatting corrected
1 parent 703c820 commit 713e4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/patientUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function maskPatientData(bundle, mask) {
188188
patient._multipleBirthInteger = masked;
189189
}
190190
} else if (field === 'photo' && 'photo' in patient) {
191-
delete patient.phoo;
191+
delete patient.photo;
192192
patient.photo = [masked];
193193
} else if (field === 'contact' && 'contact' in patient) {
194194
delete patient.contact;

0 commit comments

Comments
 (0)