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);