We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24d8b6 commit 10a3e92Copy full SHA for 10a3e92
src/components/DisplayBox/DisplayBox.jsx
@@ -355,10 +355,13 @@ const DisplayBox = props => {
355
{summarySection}
356
</Typography>
357
358
+ <div>
359
+ <Typography variant="div">{detailSection}</Typography>
360
+ </div>
361
+
362
{/* Forms */}
363
{linksSection.length !== 0 ? (
364
<div>
- <Typography variant="div">{detailSection}</Typography>
365
<Typography color="text.secondary">Required Forms</Typography>
366
<List className={'links-section'}>{linksSection}</List>
367
</div>
0 commit comments