Fixed build error
This commit is contained in:
		@@ -14,7 +14,7 @@ export class CalibrateComponent {
 | 
				
			|||||||
        this.physicsService.calibrate.next(c);
 | 
					        this.physicsService.calibrate.next(c);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    constructor(private bottomSheetRef: MatBottomSheetRef, private physicsService: PhysicsService) {
 | 
					    constructor(private bottomSheetRef: MatBottomSheetRef, public physicsService: PhysicsService) {
 | 
				
			||||||
        this._calibration = this.physicsService.calibrate.value;
 | 
					        this._calibration = this.physicsService.calibrate.value;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user