Skip to content

Commit

Permalink
refactor: is_external flag onfido remove
Browse files Browse the repository at this point in the history
  • Loading branch information
“yauheni-kryzhyk-deriv” committed May 17, 2023
1 parent 218bf86 commit 7ea4809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type TOnfidoSdkViewContainer = {
getChangeableFields: () => string[];
handleViewComplete: () => void;
height?: number | string;
is_external?: boolean;
};

const OnfidoSdkViewContainer = ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const POISubmissionForMT5 = ({
documents_supported={documents_supported}
handleViewComplete={handlePOIComplete}
height={height}
is_external
/>
</div>
)}
Expand Down

0 comments on commit 7ea4809

Please sign in to comment.