Skip to content

Commit 3d0b28e

Browse files
authored
show the details even if there are no links (#167)
1 parent 6010650 commit 3d0b28e

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)