Skip to content

Commit 2046b04

Browse files
committed
lint
1 parent 532bfe1 commit 2046b04

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
@@ -530,9 +530,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
530530
</v-col>
531531
<v-col cols="6" class="pa-0 pl-2">
532532
<v-btn
533+
v-if="isCalibrating"
533534
size="small"
534535
block
535-
v-if="isCalibrating"
536536
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
537537
:color="useStateStore().calibrationData.hasEnoughImages ? 'buttonActive' : 'error'"
538538
:disabled="!isCalibrating || !settingsValid"
@@ -546,9 +546,9 @@ const setSelectedVideoFormat = (format: VideoFormat) => {
546546
}}</span>
547547
</v-btn>
548548
<v-btn
549+
v-if="!isCalibrating"
549550
size="small"
550551
block
551-
v-if="!isCalibrating"
552552
color="buttonActive"
553553
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
554554
:disabled="!settingsValid"

0 commit comments

Comments
 (0)