diff --git a/apps/client/src/views/studio/StudioTimers.tsx b/apps/client/src/views/studio/StudioTimers.tsx index 15674e0cf..53915da04 100644 --- a/apps/client/src/views/studio/StudioTimers.tsx +++ b/apps/client/src/views/studio/StudioTimers.tsx @@ -27,7 +27,7 @@ export default function StudioTimers({ viewSettings }: StudioTimersProps) { const event = getFormattedEventData(eventNow, time); const eventNextTitle = eventNext?.title || '-'; const formattedTimerMessage = (message.timer.visible && message.timer.text) || '-'; - const formattedSecondaryMessage = message.secondary || '-'; + const formattedSecondaryMessage = message.timer.secondarySource === 'secondary' ? message.secondary || '-' : '-'; // gather presentation styles const timerColour = getTimerColour(