diff --git a/components/VC/common/VCUtils.tsx b/components/VC/common/VCUtils.tsx index 14750cb44f..3c54c37ccf 100644 --- a/components/VC/common/VCUtils.tsx +++ b/components/VC/common/VCUtils.tsx @@ -58,7 +58,12 @@ export const getFieldValue = ( } switch (field) { case 'status': - return ; + return ( + + ); case 'idType': return getIDType(verifiableCredential); case 'credentialRegistry':