From eda2c0fc7dd04b519cf57eb671831957f03399f9 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 30 Nov 2021 13:35:09 -0700 Subject: [PATCH] Revert "Remove div usage in Onfido Web" --- src/components/Onfido/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Onfido/index.js b/src/components/Onfido/index.js index e69ef5f08bf..0c3d0b885da 100644 --- a/src/components/Onfido/index.js +++ b/src/components/Onfido/index.js @@ -1,7 +1,6 @@ import './index.css'; import lodashGet from 'lodash/get'; import React from 'react'; -import {View} from 'react-native'; import * as OnfidoSDK from 'onfido-sdk-ui'; import withLocalize, {withLocalizePropTypes} from '../withLocalize'; import onfidoPropTypes from './onfidoPropTypes'; @@ -104,7 +103,7 @@ class Onfido extends React.Component { render() { return ( - +
); } }