diff --git a/src/SegmentList.jsx b/src/SegmentList.jsx index 4c06fc9e..8302b321 100644 --- a/src/SegmentList.jsx +++ b/src/SegmentList.jsx @@ -78,6 +78,8 @@ const SegmentList = memo(({ return {index + 1}; } + const timeStr = `${formatTimecode(seg.start)} - ${formatTimecode(seg.end)}`; + return ( - + {renderNumber()} - {formatTimecode(seg.start)} - {formatTimecode(seg.end)} + {timeStr} {seg.name}