Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Nov 12, 2024
1 parent 6d2e652 commit e182f00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/types/form/ReimbursementAccountForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/ReimbursementAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type BankAccountStep = ValueOf<typeof CONST.BANK_ACCOUNT.STEP>;

/** Substeps to setup a reimbursement bank account */
type BankAccountSubStep = ValueOf<typeof CONST.BANK_ACCOUNT.SUBSTEP>;

/** Modal of Corpay data */
type Corpay = {
/** Company name */
Expand Down

0 comments on commit e182f00

Please sign in to comment.