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",