diff --git a/src/components/AnnotationManifestsAccordion.js b/src/components/AnnotationManifestsAccordion.js
index 5e6d5ebbaaf4e65051189dc3fcc7396bdc76a034..5287697ca3fccc3b0f913aba26ffcd31693de0e3 100644
--- a/src/components/AnnotationManifestsAccordion.js
+++ b/src/components/AnnotationManifestsAccordion.js
@@ -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;
     }