diff --git a/src/atlasComponents/userAnnotations/userAnnotationsCmp/userAnnotationsCmp.components.ts b/src/atlasComponents/userAnnotations/userAnnotationsCmp/userAnnotationsCmp.components.ts
index 7aeda24f6841e1b2742553eee0b222ed45a67b0a..2fc3be23b19e1a423d1fc2e10b7ce69b90879f3b 100644
--- a/src/atlasComponents/userAnnotations/userAnnotationsCmp/userAnnotationsCmp.components.ts
+++ b/src/atlasComponents/userAnnotations/userAnnotationsCmp/userAnnotationsCmp.components.ts
@@ -36,10 +36,7 @@ export class UserAnnotationsComponent implements OnInit, OnDestroy {
 
   private subscription: Subscription[] = []
   private onDestroyCb: (() => void )[] = []
-  constructor(
-  ) {
-  }
-
+  
   private get viewer(){
     return (window as any).viewer
   }