From e182f00128114d7dcb0dbe875efbe740ad43fcb6 Mon Sep 17 00:00:00 2001 From: Yauheni Pasiukevich Date: Tue, 12 Nov 2024 19:54:34 +0100 Subject: [PATCH] fix: lint --- .../NonUSD/BankInfo/substeps/Confirmation.tsx | 1 - src/types/form/ReimbursementAccountForm.ts | 2 +- src/types/onyx/ReimbursementAccount.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/Confirmation.tsx b/src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/Confirmation.tsx index e920d7dc536d..8abe5e41aaaf 100644 --- a/src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/Confirmation.tsx +++ b/src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/Confirmation.tsx @@ -10,7 +10,6 @@ import useLocalize from '@hooks/useLocalize'; import useThemeStyles from '@hooks/useThemeStyles'; import type {BankInfoSubStepProps} from '@pages/ReimbursementAccount/NonUSD/BankInfo/types'; import getSubstepValues from '@pages/ReimbursementAccount/utils/getSubstepValues'; -import CONST from '@src/CONST'; import ONYXKEYS from '@src/ONYXKEYS'; import type {ReimbursementAccountForm} from '@src/types/form/ReimbursementAccountForm'; import INPUT_IDS from '@src/types/form/ReimbursementAccountForm'; diff --git a/src/types/form/ReimbursementAccountForm.ts b/src/types/form/ReimbursementAccountForm.ts index 1d6d89aa2cbe..e76158244199 100644 --- a/src/types/form/ReimbursementAccountForm.ts +++ b/src/types/form/ReimbursementAccountForm.ts @@ -150,7 +150,7 @@ type NonUSDReimbursementAccountAdditionalProps = { [INPUT_IDS.ADDITIONAL_DATA.COUNTRY]: Country | ''; /** Country of the account holder */ [INPUT_IDS.ADDITIONAL_DATA.CORPAY.ACCOUNT_HOLDER_COUNTRY]: Country | ''; - + /** Bank statement file */ [INPUT_IDS.ADDITIONAL_DATA.CORPAY.BANK_STATEMENT]: FileObject[]; diff --git a/src/types/onyx/ReimbursementAccount.ts b/src/types/onyx/ReimbursementAccount.ts index e1dac16f5381..17cbe4ac408b 100644 --- a/src/types/onyx/ReimbursementAccount.ts +++ b/src/types/onyx/ReimbursementAccount.ts @@ -12,7 +12,7 @@ type BankAccountStep = ValueOf; /** Substeps to setup a reimbursement bank account */ type BankAccountSubStep = ValueOf; - + /** Modal of Corpay data */ type Corpay = { /** Company name */