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 ( - +
); } }