Skip to content

Commit 1e988aa

Browse files
committed
wip: add label to diff
1 parent 303b241 commit 1e988aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/webui/src/client/ui/RundownView/RundownTiming/PlaylistEndTimingV2.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export function PlaylistEndTimingV2({
5252
})}
5353
role="timer"
5454
>
55+
{!hidePlannedEndLabel && <span className="timing-clock-label right">{endLabel ?? t('Diff')}</span>}
5556
{RundownUtils.formatDiffToTimecode(overUnderClock, true, false, true, true, true, undefined, true, true)}
5657
</span>
5758
) : null

0 commit comments

Comments
 (0)