Skip to content

Commit

Permalink
fix email address (#33691)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhasselle-oddball authored Dec 20, 2024
1 parent 78d7b05 commit d54124b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
...titleUI('Phone and email address'),
homePhone: phoneUI('Home phone number'),
mobilePhone: phoneUI('Mobile phone number'),
emailAddress: emailToSendNotificationsUI,
emailAddress: emailToSendNotificationsUI(),
},
schema: {
type: 'object',
Expand Down

0 comments on commit d54124b

Please sign in to comment.