Skip to content

Commit

Permalink
fix: removed reimbursementAccountDefaultProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Swor71 committed Jan 11, 2024
1 parent 106a602 commit fad1257
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import useLocalize from '@hooks/useLocalize';
import useSubStep from '@hooks/useSubStep';
import type {SubStepProps} from '@hooks/useSubStep/types';
import useThemeStyles from '@hooks/useThemeStyles';
import {reimbursementAccountDefaultProps} from '@pages/ReimbursementAccount/reimbursementAccountPropTypes';
import * as BankAccounts from '@userActions/BankAccounts';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
Expand All @@ -32,7 +31,7 @@ type VerifyIdentityProps = VerifyIdentityOnyxProps & {

const bodyContent: Array<React.ComponentType<SubStepProps>> = [OnfidoInitialize];

function VerifyIdentity({reimbursementAccount = reimbursementAccountDefaultProps, onBackButtonPress, onCloseButtonPress}: VerifyIdentityProps) {
function VerifyIdentity({reimbursementAccount, onBackButtonPress, onCloseButtonPress}: VerifyIdentityProps) {
const styles = useThemeStyles();
const {translate} = useLocalize();

Expand Down

0 comments on commit fad1257

Please sign in to comment.