Skip to content

Commit

Permalink
bugfix :<
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 13, 2024
1 parent 59c0fa7 commit 417f194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-web/src/components/common/Layout/FormStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const FormStep = ({
justifyContent="flex-start"
alignItems="flex-start"
pb="16px"
component={isGroup ? 'fieldset' : undefined}
component={isGroup ? 'fieldset' : 'div'}
aria-labelledby={titleId + ' ' + instructionsId}
>
<Grid item xs={12}>
Expand Down

0 comments on commit 417f194

Please sign in to comment.