From 7ea4809f652b5470f801495b9dd3daef9904168d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyauheni-kryzhyk-deriv=E2=80=9D?= <“yauheni@deriv.me”> Date: Wed, 17 May 2023 20:36:20 +0300 Subject: [PATCH] refactor: is_external flag onfido remove --- .../Verification/ProofOfIdentity/onfido-sdk-view-container.tsx | 1 - .../ProofOfIdentity/proof-of-identity-submission-for-mt5.jsx | 1 - 2 files changed, 2 deletions(-) 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 /> )}