From 80ec2d118641c42c9f40886201d47218ca50a214 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 21 Nov 2025 16:51:35 +0100 Subject: [PATCH] refactor(pip): match timer formatting defaults --- apps/client/src/views/editor/pip-timer/PipTimer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/views/editor/pip-timer/PipTimer.tsx b/apps/client/src/views/editor/pip-timer/PipTimer.tsx index 3d87c8bf1..72857da9f 100644 --- a/apps/client/src/views/editor/pip-timer/PipTimer.tsx +++ b/apps/client/src/views/editor/pip-timer/PipTimer.tsx @@ -59,7 +59,7 @@ export function PipTimer({ viewSettings }: PipTimerProps) { return null; })(); - const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, false, false); + const secondaryContent = getSecondaryDisplay(message, currentAux, 'min', false, true, false); // gather presentation styles const resolvedTimerColour = getTimerColour(viewSettings, undefined, showWarning, showDanger);