diff --git a/src/containers/Organization/Video/components/SubtitleBoxes.jsx b/src/containers/Organization/Video/components/SubtitleBoxes.jsx index 10adc26e..97b22136 100644 --- a/src/containers/Organization/Video/components/SubtitleBoxes.jsx +++ b/src/containers/Organization/Video/components/SubtitleBoxes.jsx @@ -190,6 +190,8 @@ export default memo( lastSub.endTime + timeDiff, next ? next.startTime : null ); + const nextCardStartTime = endTime; + const previousCardEndTime = startTime; const width = (endTime - startTime) * 10 * gridGap; const nextCardWidth = (next.endTime - nextCardStartTime) * 10 * gridGap; const previousCardWidth =