We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0ec76 commit 59eba5fCopy full SHA for 59eba5f
src/pages/ProfileForm/Step1Form/Step1Form.tsx
@@ -177,8 +177,15 @@ function Step1Form(): JSX.Element {
177
<div className='mb-[3.75rem] mt-[2.84375rem]'>
178
<Step1FormHeader />
179
</div>
180
+<<<<<<< Updated upstream
181
<Step1FormErrorHeader errors={formErrors} />
182
<div className='mb-[1.625rem]'>
183
+=======
184
+ <Element name='step1FormErrorHeader' id='step1FormErrorHeader'>
185
+ <Step1FormErrorHeader errors={formErrors} />
186
+ </Element>
187
+ <div className='mb-[1.625rem] mt-[2.8125rem]'>
188
+>>>>>>> Stashed changes
189
<Heading type='2'>Provide your identifying information</Heading>
190
<FormParagraph>
191
Type your first name and last name in the fields below. Your email
0 commit comments