Skip to content
Snippets Groups Projects

Manifest side to side

2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -107,7 +107,7 @@ export class AnnotationManifestsAccordion extends Component {
@@ -107,7 +107,7 @@ export class AnnotationManifestsAccordion extends Component {
const { annotation } = this.state;
const { annotation } = this.state;
if (annotation.manifests === null) {
if (annotation.manifests === null || annotation.manifests.length === 0) {
return null;
return null;
}
}
Loading