From 53b63d718604c25cc1d4eef9073a64ff2f593dfc Mon Sep 17 00:00:00 2001 From: Chris Risner Date: Fri, 8 Sep 2023 09:11:01 -0500 Subject: [PATCH] update residenceTypeCode --- src/components/sections/Residence/JointAddr.tsx | 4 ++-- src/components/sections/Residence/PrimaryAddr.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/sections/Residence/JointAddr.tsx b/src/components/sections/Residence/JointAddr.tsx index 84e0404..ce547e0 100644 --- a/src/components/sections/Residence/JointAddr.tsx +++ b/src/components/sections/Residence/JointAddr.tsx @@ -75,7 +75,7 @@ export default function JointAddr({ section }: JointAddrProps) { name='co_residenceTypeCode' label='Rent' id='coRent' - value='2' + value='3' />
diff --git a/src/components/sections/Residence/PrimaryAddr.tsx b/src/components/sections/Residence/PrimaryAddr.tsx index 5046d93..8ae98f8 100644 --- a/src/components/sections/Residence/PrimaryAddr.tsx +++ b/src/components/sections/Residence/PrimaryAddr.tsx @@ -42,14 +42,14 @@ export default function PrimaryAddr({ section }: PrimaryAddrProps) { errormsg={errors?.residenceTypeCode?.message!} label='Rent' id='rent' - value='2' + value='3' />