From 3b0f7c8fec9440877ea8b1d15785e501b8341969 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Mon, 27 May 2024 15:25:11 -0700 Subject: [PATCH] typo --- web/src/components/graph/SystemGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index dde03e06c..4be264aeb 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -323,7 +323,7 @@ export function CameraLineGraph({ numTicks += -3; } else if (numDataPoints < 40) { numTicks += -2; - } else if (numDataPoints < 30) { + } else if (numDataPoints < 60) { numTicks += -1; }