diff --git a/photon-client/src/components/app/photon-camera-stream.vue b/photon-client/src/components/app/photon-camera-stream.vue index 7bc0c74d9..7e225e042 100644 --- a/photon-client/src/components/app/photon-camera-stream.vue +++ b/photon-client/src/components/app/photon-camera-stream.vue @@ -28,7 +28,7 @@ const streamStyle = computed(() => { return { cursor: "crosshair" }; } - return { }; + return {}; }); const containerStyle = computed(() => { @@ -73,14 +73,21 @@ onBeforeUnmount(() => { if (!mjpgStream.value) return; mjpgStream.value["src"] = emptyStreamSrc; }); - -