From 21240211423ec918d5e9e8d2b1dbc73eaf490cd4 Mon Sep 17 00:00:00 2001 From: Alka Prasad Date: Tue, 2 Apr 2024 22:16:10 +0530 Subject: [PATCH] Sprint 22 23 24 changes bug fix (#1357) * [INJIMOB-878]: replace all references of VC to VCMeta Signed-off-by: Alka Prasad * [INJIMOB-878]: remove credential logging Signed-off-by: Alka Prasad * [INJIMOB-878]: fix status display on VC details page Signed-off-by: Alka Prasad --------- Signed-off-by: Alka Prasad --- components/VC/common/VCUtils.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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':