Skip to content

Commit

Permalink
Update app2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaryavin authored Nov 21, 2024
1 parent 50e7cee commit 16ad1e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app2.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,9 @@ function fixFirstName(fullName){
firstName === "Doctor"||
firstName === "Professor" ||
firstName === "הרב" ||
firstName === "ד״ר"
firstName === "ד״ר" ||
firstName === 'עו"ד'||
firstName === 'עו״ד'
) {
firstName = splittedName[1];
}
Expand Down

0 comments on commit 16ad1e3

Please sign in to comment.