From 1dc73ddc928161c63c546c60b235b53f0bbaa9c4 Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 16 Feb 2022 10:54:02 -0600 Subject: [PATCH] chore: revert quotes in Camera.jsx --- web/src/routes/Camera.jsx | 46 +++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/web/src/routes/Camera.jsx b/web/src/routes/Camera.jsx index c5348e7eb..ff692cdfe 100644 --- a/web/src/routes/Camera.jsx +++ b/web/src/routes/Camera.jsx @@ -48,36 +48,36 @@ export default function Camera({ camera }) { }, [showSettings, setShowSettings]); const optionContent = showSettings ? ( -
+
- - + + Mask & Zone creator
@@ -100,29 +100,29 @@ export default function Camera({ camera }) {
- {showSettings ? : null} + {showSettings ? : null} ); } return ( -
- {camera} +
+ {camera} {player} -
- Tracked objects -
+
+ Tracked objects +
{cameraConfig.objects.track.map((objectType) => (