Skip to content
Snippets Groups Projects
Unverified Commit 7fa88e21 authored by Alfred Bösch's avatar Alfred Bösch Committed by GitHub
Browse files

Missing dl-tag

For displaying the "rights" there is missing a `dl`-Tag, which is wrapping the dt und dd tags.
parent 86127487
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ export class AttributionPanel extends Component {
)}
{
rights && rights.length > 0 && (
<>
<dl className={ns('label-value-metadata')}>
<Typography variant="subtitle2" component="dt">{t('rights')}</Typography>
{ rights.map(v => (
<Typography variant="body1" component="dd" key={v.toString()}>
......@@ -50,7 +50,7 @@ export class AttributionPanel extends Component {
</Link>
</Typography>
)) }
</>
</dl>
)
}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment