From 1f0f92371fa57b5569695d06b449369b30e221a3 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 5 Oct 2025 08:43:24 +0200 Subject: [PATCH] fix: show secondary timer only if active --- apps/client/src/views/studio/StudioTimers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(