Skip to content

Commit

Permalink
remove formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jona42-ui committed Nov 16, 2023
1 parent acbaadf commit 74f1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/patient/CreatePatientForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function CreatePatientForm(props) {
</Field>
</div>
<Accordion>
<AccordionItem title={intl.formatMessage({ id: "emergencyContactInfo.title" })}>
<AccordionItem title={intl.formatMessage({ id:"emergencyContactInfo.title" })}>
<div className="inlineDiv">
<Field name="patientContact.person.lastName">
{({ field }) => (
Expand Down

0 comments on commit 74f1d21

Please sign in to comment.