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}
) : (