Skip to content
Snippets Groups Projects

Manifest side to side

2 unresolved threads
3 files
+ 6
9
Compare changes
  • Side-by-side
  • Inline

Files

@@ -127,7 +127,7 @@ export class AnnotationManifestsAccordion extends Component {
<Card className={classes.root}>
<CardActionArea>
<CardContent>
<Typography gutterBottom variant="h5" component="h2">
<Typography>
{ manifest.label ? manifest.label[language] : manifest.id }
</Typography>
</CardContent>
Loading