We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b21d1 commit 4673d9cCopy full SHA for 4673d9c
packages/webui/src/client/ui/RundownView/RundownHeader/RundownHeader.tsx
@@ -107,7 +107,7 @@ export function RundownHeader({
107
const rundownTimesInfo = checkRundownTimes(playlist.timing)
108
109
useEffect(() => {
110
- console.debug(`Rundown T-Timers Info: `, playlist.tTimers)
+ console.debug(`Rundown T-Timers Info: `, JSON.stringify(playlist.tTimers, undefined, 2))
111
}, [playlist.tTimers])
112
113
return (
0 commit comments