From 3d969cf35392ec8674e403234dc3000192c489a7 Mon Sep 17 00:00:00 2001 From: Benjamin Piouffle Date: Fri, 13 Dec 2024 12:18:45 +0100 Subject: [PATCH] fix(TaxForms): use residency country for chapter 3 (#10860) --- components/dashboard/sections/tax-information/W8BenForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/sections/tax-information/W8BenForm.tsx b/components/dashboard/sections/tax-information/W8BenForm.tsx index d3692135309..0f933c5cd57 100644 --- a/components/dashboard/sections/tax-information/W8BenForm.tsx +++ b/components/dashboard/sections/tax-information/W8BenForm.tsx @@ -244,15 +244,15 @@ export const W8BenTaxFormFields = ({ formik }: { formik: FormikProps formik.setFieldValue(field.name, checked === true)} - disabled={!values.countryOfCitizenship} + disabled={!values.residenceAddress?.country} />
Within the meaning of the income tax treaty between the United States and this country, I certify that the beneficial owner is a resident of the country defined above {' ('} - {values.countryOfCitizenship - ? i18nCountryName(intl, values.countryOfCitizenship) + {values.residenceAddress?.country + ? i18nCountryName(intl, values.residenceAddress?.country) : 'please select one'} {').'}