diff --git a/src/ui/nehubaContainer/nehubaContainer.component.ts b/src/ui/nehubaContainer/nehubaContainer.component.ts
index 95167cb75d79f0f02ff176396574eedbe13eca65..20545327a97a6dd71b15e0c7ae42ea160dc80fc8 100644
--- a/src/ui/nehubaContainer/nehubaContainer.component.ts
+++ b/src/ui/nehubaContainer/nehubaContainer.component.ts
@@ -639,7 +639,7 @@ export class NehubaContainer implements OnInit, OnChanges, OnDestroy {
         ),
         this.ngLayers$.pipe(
           map(state => state.forceShowSegment),
-            distinctUntilChanged(),
+          distinctUntilChanged(),
         ),
         this.selectedParcellation$,
       )