diff --git a/web/src/views/live/LiveCameraView.tsx b/web/src/views/live/LiveCameraView.tsx index 0e5278b34..9d6f45f87 100644 --- a/web/src/views/live/LiveCameraView.tsx +++ b/web/src/views/live/LiveCameraView.tsx @@ -122,10 +122,6 @@ import { SnapshotResult, } from "@/utils/snapshotUtil"; import ActivityIndicator from "@/components/indicators/activity-indicator"; -import { - createLiveZoomWrapperProps, - getLiveZoomTransformStyles, -} from "@/views/live/liveZoom"; type LiveCameraViewProps = { config?: FrigateConfig; @@ -441,7 +437,11 @@ export default function LiveCameraView({ ); return ( - +
{!debug ? (
- +
) : ( - + )}