Skip to content

Commit 10a3e92

Browse files
committed
show the details even if there are no links
1 parent c24d8b6 commit 10a3e92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/DisplayBox/DisplayBox.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,13 @@ const DisplayBox = props => {
355355
{summarySection}
356356
</Typography>
357357

358+
<div>
359+
<Typography variant="div">{detailSection}</Typography>
360+
</div>
361+
358362
{/* Forms */}
359363
{linksSection.length !== 0 ? (
360364
<div>
361-
<Typography variant="div">{detailSection}</Typography>
362365
<Typography color="text.secondary">Required Forms</Typography>
363366
<List className={'links-section'}>{linksSection}</List>
364367
</div>

0 commit comments

Comments
 (0)