diff --git a/src/components/AnnotationManifestsAccordion.js b/src/components/AnnotationManifestsAccordion.js
index b2b534bf00da57310d0a983575e3bc8758fd7b3c..31f3eb74497bfc8f0a429093c5819c188f41d791 100644
--- a/src/components/AnnotationManifestsAccordion.js
+++ b/src/components/AnnotationManifestsAccordion.js
@@ -37,12 +37,6 @@ export class AnnotationManifestsAccordion extends Component {
     // eslint-disable-next-line react/prop-types
     annotation.manifests = annotation.manifests?.map(id => ({ id })) ?? [];
 
-    if(annotation.manifests.length = 0) {
-      if(annotation.manifestNetwork) {
-        annotation.manifests = annotation.manifestNetwork;
-      }
-    }
-
     this.state = { annotation };
   }