mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
chore: rename offset to offsetAbs and offsetRel (#1706)
This commit is contained in:
committed by
Carlos Valente
parent
df137402cf
commit
bcf80f9d77
@@ -46,7 +46,7 @@ export default function StudioTimers({
|
||||
time.phase === TimerPhase.Danger,
|
||||
);
|
||||
|
||||
const offsetState = getOffsetState(runtime.offset);
|
||||
const offsetState = getOffsetState(runtime.offsetAbs);
|
||||
|
||||
return (
|
||||
<div className='studio__timers'>
|
||||
|
||||
Reference in New Issue
Block a user