@@ -461,24 +461,17 @@ function PresenterScreenContentDefaultLayout({
461461 />
462462 </ div >
463463 < div className = "presenter-screen__part__piece-countdown" >
464- { currentSegment ?. segmentTiming ?. countdownType === CountdownType . SEGMENT_BUDGET_DURATION ? (
465- < CurrentPartOrSegmentRemaining
466- currentPartInstanceId = { currentPartInstance . instance . _id }
467- heavyClassName = "overtime"
468- />
469- ) : (
470- < PieceCountdownContainer
471- partInstanceId = { currentPartInstance . instance . _id }
472- showStyleBaseId = { currentShowStyleBaseId }
473- rundownIds = { rundownIds }
474- partAutoNext = { currentPartInstance . instance . part . autoNext || false }
475- partExpectedDuration = { calculatePartInstanceExpectedDurationWithTransition (
476- currentPartInstance . instance
477- ) }
478- partStartedPlayback = { currentPartInstance . instance . timings ?. plannedStartedPlayback }
479- playlistActivationId = { playlist ?. activationId }
480- />
481- ) }
464+ < PieceCountdownContainer
465+ partInstanceId = { currentPartInstance . instance . _id }
466+ showStyleBaseId = { currentShowStyleBaseId }
467+ rundownIds = { rundownIds }
468+ partAutoNext = { currentPartInstance . instance . part . autoNext || false }
469+ partExpectedDuration = { calculatePartInstanceExpectedDurationWithTransition (
470+ currentPartInstance . instance
471+ ) }
472+ partStartedPlayback = { currentPartInstance . instance . timings ?. plannedStartedPlayback }
473+ playlistActivationId = { playlist ?. activationId }
474+ />
482475 </ div >
483476 < div className = "presenter-screen__part__part-countdown" >
484477 < Timediff time = { currentPartOrSegmentCountdown } />
0 commit comments