Skip to content
Snippets Groups Projects
Commit 0987ddf8 authored by Anthony's avatar Anthony
Browse files

Fix bug when having annotation with no manifests

parent 2683c0c2
No related branches found
No related tags found
1 merge request!13Manifest side to side
Pipeline #1371 passed
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -107,7 +107,7 @@ export class AnnotationManifestsAccordion extends Component {
const { annotation } = this.state;
if (annotation.manifests === null) {
if (annotation.manifests === null || annotation.manifests.length === 0) {
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment