From 038bd5e56dcc1c3f5c636b1c7fe08cb0ad40a17f Mon Sep 17 00:00:00 2001 From: gkatrakazas Date: Mon, 24 Feb 2025 14:49:13 +0200 Subject: [PATCH] fix: pass correct parsedCredential prop to CredentialInfo --- src/components/History/HistoryDetailContent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/History/HistoryDetailContent.jsx b/src/components/History/HistoryDetailContent.jsx index b37d50cc..6002e7b2 100644 --- a/src/components/History/HistoryDetailContent.jsx +++ b/src/components/History/HistoryDetailContent.jsx @@ -70,7 +70,7 @@ const HistoryDetailContent = ({ historyItem }) => { {/* Render details of the currently selected credential */} {vcEntities[currentSlide - 1] && (
- +
)}