From eee269071a58359b06d1e07d0aa4866b9da25d49 Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Fri, 10 Jan 2025 16:06:07 -0500 Subject: [PATCH] show the card details --- src/components/DisplayBox/DisplayBox.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DisplayBox/DisplayBox.jsx b/src/components/DisplayBox/DisplayBox.jsx index c5df3fe..c2a3da8 100644 --- a/src/components/DisplayBox/DisplayBox.jsx +++ b/src/components/DisplayBox/DisplayBox.jsx @@ -242,7 +242,7 @@ const DisplayBox = props => { // -- Detail (ReactMarkdown supports Github-flavored markdown) -- const detailSection = card.detail ? (
- + {card.detail}
) : (

None

@@ -358,8 +358,8 @@ const DisplayBox = props => { {/* Forms */} {linksSection.length !== 0 ? (
- Required Forms {detailSection} + Required Forms {linksSection}
) : (