Skip to content

Commit

Permalink
Fix invalid DOM nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Nov 8, 2023
1 parent 91271f1 commit 77449df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/participant/fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function AccommodationField({title, description, choices, data}: ChoiceFieldProp
return (
<div>
<FieldHeader title={title} description={description} />
<Typography variant="body1">
<Typography as="div" variant="body1">
<ul>
<li>Arrival: {formatDatetime(arrivalDate)}</li>
<li>Departure: {formatDatetime(departureDate)}</li>
Expand Down

0 comments on commit 77449df

Please sign in to comment.