Skip to content

Commit

Permalink
Merge pull request #56399 from Themoonalsofall/follow-up-53558
Browse files Browse the repository at this point in the history
Follow up update display name
  • Loading branch information
techievivek authored Feb 11, 2025
2 parents 70bd937 + b060f38 commit 3b490d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/PersonalDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ function updateLegalName(legalFirstName: string, legalLastName: string) {
firstName: legalFirstName,
lastName: legalLastName,
}),
firstName: legalFirstName,
lastName: legalLastName,
},
firstName: legalFirstName,
lastName: legalLastName,
},
});
}
Expand Down

0 comments on commit 3b490d7

Please sign in to comment.