diff --git a/src/ui/nehubaContainer/statusCard/statusCard.component.ts b/src/ui/nehubaContainer/statusCard/statusCard.component.ts
index 875154f70bcd60f0584cf5b168122ef1bcbb7715..ece941ab7752d6bacd9bb8471e968b1d099c5588 100644
--- a/src/ui/nehubaContainer/statusCard/statusCard.component.ts
+++ b/src/ui/nehubaContainer/statusCard/statusCard.component.ts
@@ -66,7 +66,7 @@ export class StatusCardComponent{
    * 
    * the info re: nehubaViewer can stay there, too
    */
-  resetNavigation({rotation: rotationFlag = false, position: positionFlag = false, zoom : zoomFlag = false} : {rotation: boolean, position: boolean, zoom: boolean}){
+  resetNavigation({rotation: rotationFlag = false, position: positionFlag = false, zoom : zoomFlag = false} : {rotation?: boolean, position?: boolean, zoom?: boolean}){
     const initialNgState = this.selectedTemplate.nehubaConfig.dataset.initialNgState
     
     const perspectiveZoom = initialNgState ? initialNgState.perspectiveZoom : undefined