From 10a3e92d22c87be4c60a714bf7fab3e1b4fb97ad Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Wed, 15 Jan 2025 10:31:21 -0500 Subject: [PATCH] show the details even if there are no links --- src/components/DisplayBox/DisplayBox.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/DisplayBox/DisplayBox.jsx b/src/components/DisplayBox/DisplayBox.jsx index c2a3da8..1df6bcb 100644 --- a/src/components/DisplayBox/DisplayBox.jsx +++ b/src/components/DisplayBox/DisplayBox.jsx @@ -355,10 +355,13 @@ const DisplayBox = props => { {summarySection} +
+ {detailSection} +
+ {/* Forms */} {linksSection.length !== 0 ? (
- {detailSection} Required Forms {linksSection}