diff --git a/packages/account/src/Sections/Verification/ProofOfIdentity/onfido-sdk-view-container.tsx b/packages/account/src/Sections/Verification/ProofOfIdentity/onfido-sdk-view-container.tsx index 4f83594c8de1..41de5fc78ca1 100644 --- a/packages/account/src/Sections/Verification/ProofOfIdentity/onfido-sdk-view-container.tsx +++ b/packages/account/src/Sections/Verification/ProofOfIdentity/onfido-sdk-view-container.tsx @@ -33,7 +33,6 @@ type TOnfidoSdkViewContainer = { getChangeableFields: () => string[]; handleViewComplete: () => void; height?: number | string; - is_external?: boolean; }; const OnfidoSdkViewContainer = ({ diff --git a/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-submission-for-mt5.jsx b/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-submission-for-mt5.jsx index edd97977d358..9c4f3cdeb14c 100644 --- a/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-submission-for-mt5.jsx +++ b/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-submission-for-mt5.jsx @@ -124,7 +124,6 @@ const POISubmissionForMT5 = ({ documents_supported={documents_supported} handleViewComplete={handlePOIComplete} height={height} - is_external /> )}