From 1aef31388e3a3d6ab6c83b2de12b5d6666af8ddc Mon Sep 17 00:00:00 2001 From: mantikoros Date: Sat, 1 Mar 2025 23:56:58 +0000 Subject: [PATCH] Auto-prettification --- web/components/charts/calibration.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/charts/calibration.tsx b/web/components/charts/calibration.tsx index c83105c7d8..cfe369ecf8 100644 --- a/web/components/charts/calibration.tsx +++ b/web/components/charts/calibration.tsx @@ -44,7 +44,7 @@ export function CalibrationChart(props: { strokeWidth={1.5} strokeDasharray="4 8" /> - + {/* points */} {noPoints.map((p, i) => ( // triangle pointing down (red points) @@ -59,7 +59,7 @@ export function CalibrationChart(props: { strokeWidth={0.5} /> ))} - + {yesPoints.map((p, i) => ( // triangle pointing up (green points)