Skip to content

Commit

Permalink
fix: reinstate MyInfo verified field indicator for MyInfo child DOB (#…
Browse files Browse the repository at this point in the history
…6751)

fix: remove premature return
  • Loading branch information
wanlingt authored Sep 27, 2023
1 parent c28d714 commit 01ebcd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/modules/myinfo/myinfo.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function hashChildrenFieldValues(
// Hence we format it here
if (subField === MyInfoChildAttributes.ChildDateOfBirth) {
myInfoFormattedValue = formatMyinfoDate(value)
return
}
readOnlyHashPromises[
getMyInfoChildHashKey(field._id, subField, childIdx, childName)
Expand Down

0 comments on commit 01ebcd3

Please sign in to comment.