diff --git a/web/src/pages/Live.tsx b/web/src/pages/Live.tsx index 0a3aa1cdd..e00e7f2da 100644 --- a/web/src/pages/Live.tsx +++ b/web/src/pages/Live.tsx @@ -72,7 +72,7 @@ function Live() { )} -
+
{cameras.map((camera) => { let grow; if (camera.detect.width / camera.detect.height > 2) {