From 460e03dafbd5266e115ebe8f86f368868330cdb9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 23 May 2025 09:40:55 -0500 Subject: [PATCH] don't show slashes for now --- web/src/components/timeline/MotionSegment.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/timeline/MotionSegment.tsx b/web/src/components/timeline/MotionSegment.tsx index 427a991ba..d87bfdda3 100644 --- a/web/src/components/timeline/MotionSegment.tsx +++ b/web/src/components/timeline/MotionSegment.tsx @@ -178,7 +178,9 @@ export function MotionSegment({ segmentClasses, severity[0] && "bg-gradient-to-r", severity[0] && severityColorsBg[severity[0]], - hasRecording == false && + // TODO: will update this for 0.17 + false && + hasRecording == false && firstHalfMotionValue == 0 && secondHalfMotionValue == 0 && "bg-slashes",