diff --git a/photon-client/src/components/cameras/CameraCalibrationCard.vue b/photon-client/src/components/cameras/CameraCalibrationCard.vue index 47271283f2..b3f033cc9b 100644 --- a/photon-client/src/components/cameras/CameraCalibrationCard.vue +++ b/photon-client/src/components/cameras/CameraCalibrationCard.vue @@ -242,7 +242,7 @@ const setSelectedVideoFormat = (format: VideoFormat) => { {{ value.verticalFOV !== undefined ? value.verticalFOV.toFixed(2) + "°" : "-" }} {{ value.diagonalFOV !== undefined ? value.diagonalFOV.toFixed(2) + "°" : "-" }} -