diff --git a/components/VcItemContent.tsx b/components/VcItemContent.tsx index 09b48652..4b745ca6 100644 --- a/components/VcItemContent.tsx +++ b/components/VcItemContent.tsx @@ -8,6 +8,7 @@ import VerifiedIcon from './VerifiedIcon'; import {Column, Row, Text} from './ui'; import {Theme} from './ui/styleUtils'; import {CheckBox, Icon} from 'react-native-elements'; +import testIDProps from '../shared/commonUtil'; const getDetails = (arg1, arg2, verifiableCredential) => { if (arg1 === 'Status') { @@ -113,6 +114,7 @@ export const VcItemContent: React.FC = props => { style={Theme.Styles.closeCardImage}> {props.iconName && ( = ( - props -) => { - const { t } = useTranslation('BindingVcWarningOverlay'); +export const BindingVcWarningOverlay: React.FC = props => { + const {t} = useTranslation('BindingVcWarningOverlay'); return ( = ( - {t('alert')} + + {t('alert')} + = (