Skip to content

Commit

Permalink
update residenceTypeCode
Browse files Browse the repository at this point in the history
  • Loading branch information
crisner1978 committed Sep 8, 2023
1 parent 84a2820 commit 53b63d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/Residence/JointAddr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ export default function JointAddr({ section }: JointAddrProps) {
name='co_residenceTypeCode'
label='Rent'
id='coRent'
value='2'
value='3'
/>
<RadioButton
{...register('co_residenceTypeCode', { required: 'Required' })}
errormsg={errors?.co_residenceTypeCode?.message!}
name='co_residenceTypeCode'
label='Live with Others'
id='coLiveWithOthers'
value='3'
value='4'
/>
</div>
<div className='col-span-full grid gap-y-3'>
Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/Residence/PrimaryAddr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ export default function PrimaryAddr({ section }: PrimaryAddrProps) {
errormsg={errors?.residenceTypeCode?.message!}
label='Rent'
id='rent'
value='2'
value='3'
/>
<RadioButton
{...register('residenceTypeCode', { required: 'Required' })}
errormsg={errors?.residenceTypeCode?.message!}
label='Live With Others'
id='liveWithOthers'
value='3'
value='4'
/>
</div>
<div className='col-span-full grid gap-y-3'>
Expand Down

1 comment on commit 53b63d7

@vercel
Copy link

@vercel vercel bot commented on 53b63d7 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

credit-app – ./

credit-app-git-main.dev.driv.ly
credit-app.dev.driv.ly
credit.driv.ly

Please sign in to comment.