Skip to content
Snippets Groups Projects
Commit ddd31cb6 authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Remove unneeded variant that cannot be used (causes console error)

parent c7aaef87
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ export class ManifestRelatedLinks extends Component {
{related.label || related.value}
</Link>
{ related.format && (
<Typography variant="a" component="span">{`(${related.format})`}</Typography>
<Typography component="span">{`(${related.format})`}</Typography>
)}
</Typography>
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment