From bccec25b986fb5533ee4eb34f706fd8a75f8857e Mon Sep 17 00:00:00 2001 From: Michal Muzyk Date: Thu, 11 Jan 2024 10:33:32 +0100 Subject: [PATCH] fix: fix comment --- src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx | 2 +- src/pages/ReimbursementAccount/BankInfo/substeps/Plaid.tsx | 2 +- .../BeneficialOwnerInfo/substeps/BeneficialOwnerCheckUBO.tsx | 2 +- .../substeps/BeneficialOwnerDetailsFormSubsteps/AddressUBO.tsx | 2 +- .../BeneficialOwnerDetailsFormSubsteps/DateOfBirthUBO.tsx | 2 +- .../BeneficialOwnerDetailsFormSubsteps/LegalNameUBO.tsx | 2 +- .../SocialSecurityNumberUBO.tsx | 2 +- .../BusinessInfo/substeps/AddressBusiness.tsx | 2 +- .../BusinessInfo/substeps/ConfirmationBusiness.tsx | 2 +- .../BusinessInfo/substeps/IncorporationDateBusiness.tsx | 2 +- .../BusinessInfo/substeps/IncorporationStateBusiness.tsx | 2 +- .../ReimbursementAccount/BusinessInfo/substeps/NameBusiness.tsx | 2 +- .../BusinessInfo/substeps/PhoneNumberBusiness.tsx | 2 +- .../BusinessInfo/substeps/TaxIdBusiness.tsx | 2 +- .../ReimbursementAccount/BusinessInfo/substeps/TypeBusiness.tsx | 2 +- .../BusinessInfo/substeps/WebsiteBusiness.tsx | 2 +- .../CompleteVerification/substeps/ConfirmAgreements.tsx | 2 +- .../ReimbursementAccount/PersonalInfo/substeps/Address.tsx | 2 +- .../ReimbursementAccount/PersonalInfo/substeps/DateOfBirth.tsx | 2 +- .../ReimbursementAccount/PersonalInfo/substeps/FullName.tsx | 2 +- .../PersonalInfo/substeps/SocialSecurityNumber.tsx | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx b/src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx index c6086b856262..dcee4756f81a 100644 --- a/src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx +++ b/src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx @@ -65,7 +65,7 @@ function Manual({reimbursementAccount, onNext}: ManualProps) { const shouldDisableInputs = Boolean(reimbursementAccount?.achData?.[bankInfoStepKeys.BANK_ACCOUNT_ID] ?? ''); return ( - // @ts-expect-error TODO: Remove this once Form (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. + // @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. - {/* @ts-expect-error TODO: Remove this once Form (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. */} + {/* @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. */} ValidationUtils.getFieldRequiredErrors(values, [firstNameInputID, lastNameInputID]); return ( - // @ts-expect-error TODO: Remove this once Form (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript + // @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript - {/* @ts-expect-error TODO: Remove this once Form (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript */} + {/* @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript */} {translate('completeVerificationStep.confirmAgreements')} - {/* @ts-expect-error TODO: Remove this once Form (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. */} + {/* @ts-expect-error TODO: Remove this once FormProvider (https://github.com/Expensify/App/issues/31972) is migrated to TypeScript. */}