Skip to content

Commit 51bbaef

Browse files
committed
lint
1 parent 024aa9c commit 51bbaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

photon-client/src/components/cameras/CameraCalibrationCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
514514
</v-col>
515515
<v-col cols="6" class="pa-0 pl-2">
516516
<v-btn
517+
v-if="isCalibrating"
517518
size="small"
518519
block
519-
v-if="isCalibrating"
520520
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
521521
:color="useStateStore().calibrationData.hasEnoughImages ? 'buttonActive' : 'error'"
522522
:disabled="!isCalibrating || !settingsValid"
@@ -530,9 +530,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
530530
}}</span>
531531
</v-btn>
532532
<v-btn
533+
v-if="!isCalibrating"
533534
size="small"
534535
block
535-
v-if="!isCalibrating"
536536
color="buttonActive"
537537
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
538538
:disabled="!settingsValid"

0 commit comments

Comments
 (0)