Skip to content
Snippets Groups Projects
Unverified Commit d4c418e8 authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #3350 from boeschung/patch-1

Missing dl-tag
parents 380e1931 7fa88e21
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ export class AttributionPanel extends Component { ...@@ -41,7 +41,7 @@ export class AttributionPanel extends Component {
)} )}
{ {
rights && rights.length > 0 && ( rights && rights.length > 0 && (
<> <dl className={ns('label-value-metadata')}>
<Typography variant="subtitle2" component="dt">{t('rights')}</Typography> <Typography variant="subtitle2" component="dt">{t('rights')}</Typography>
{ rights.map(v => ( { rights.map(v => (
<Typography variant="body1" component="dd" key={v.toString()}> <Typography variant="body1" component="dd" key={v.toString()}>
...@@ -50,7 +50,7 @@ export class AttributionPanel extends Component { ...@@ -50,7 +50,7 @@ export class AttributionPanel extends Component {
</Link> </Link>
</Typography> </Typography>
)) } )) }
</> </dl>
) )
} }
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment