diff --git a/src/Timeline.jsx b/src/Timeline.jsx index 6ea62a29..6fc90b7b 100644 --- a/src/Timeline.jsx +++ b/src/Timeline.jsx @@ -150,7 +150,7 @@ const Timeline = memo(({ style={{ height: timelineHeight, width: `${zoom * 100}%`, position: 'relative', backgroundColor: timelineBackground }} ref={timelineWrapperRef} > - {currentTimePos !== undefined && } + {currentTimePos !== undefined && } {commandedTimePos !== undefined &&
} {apparentCutSegments.map((seg, i) => {