From 417f194f6f874211e46c0093bb2c5c320d40a9cf Mon Sep 17 00:00:00 2001 From: NatSquared Date: Tue, 13 Aug 2024 15:12:21 -0700 Subject: [PATCH] bugfix :< --- met-web/src/components/common/Layout/FormStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met-web/src/components/common/Layout/FormStep.tsx b/met-web/src/components/common/Layout/FormStep.tsx index 586394cb3..d3a9ebc50 100644 --- a/met-web/src/components/common/Layout/FormStep.tsx +++ b/met-web/src/components/common/Layout/FormStep.tsx @@ -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} >