From 44a53fb389ad5705586194d68ba75a87845f27db Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 8 Feb 2024 12:38:52 -0700 Subject: [PATCH] Fix complicated aspect logic --- web/src/components/camera/CameraImage.tsx | 4 +--- web/src/pages/Live.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/src/components/camera/CameraImage.tsx b/web/src/components/camera/CameraImage.tsx index 04751f6d4..18ffabcfb 100644 --- a/web/src/components/camera/CameraImage.tsx +++ b/web/src/components/camera/CameraImage.tsx @@ -88,9 +88,7 @@ export default function CameraImage({ return (
{enabled ? ( diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index 901bc16f7..61972d0f8 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -70,7 +70,7 @@ function Live() {
- )} + )}``
{cameras.map((camera) => {