From 148dbbbf5a0219534594a1dd26ff13860937091c Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 16 Feb 2022 11:01:11 -0600 Subject: [PATCH] chore: revert spaces --- web/src/routes/CameraMap.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/routes/CameraMap.jsx b/web/src/routes/CameraMap.jsx index eaf34cd6b..bbfff2609 100644 --- a/web/src/routes/CameraMap.jsx +++ b/web/src/routes/CameraMap.jsx @@ -133,7 +133,7 @@ ${motionMaskPoints.map((mask, i) => ` - ${polylinePointsToPolyline(mask)}`) ${Object.keys(zonePoints) .map( (zoneName) => ` ${zoneName}: - coordinates: ${polylinePointsToPolyline(zonePoints[zoneName])}` + coordinates: ${polylinePointsToPolyline(zonePoints[zoneName])}` ) .join('\n')}`); }, [zonePoints]); @@ -170,7 +170,7 @@ ${Object.keys(objectMaskPoints) .map((objectName) => objectMaskPoints[objectName].length ? ` ${objectName}: - mask: ${polylinePointsToPolyline(objectMaskPoints[objectName])}` + mask: ${polylinePointsToPolyline(objectMaskPoints[objectName])}` : '' ) .filter(Boolean) @@ -206,7 +206,7 @@ ${Object.keys(objectMaskPoints) content={

This tool can help you create masks & zones for your {camera} camera. When done, copy each mask - configuration into your config.yml file restart your Frigate instance to + configuration into your config.yml file restart your Frigate instance to save your changes.

} @@ -233,7 +233,7 @@ ${Object.keys(objectMaskPoints)