mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
dates are millis
This commit is contained in:
@@ -39,7 +39,7 @@ export default function EventList(props) {
|
||||
/>
|
||||
);
|
||||
} else if (e.type === 'delay') {
|
||||
cumulativeDelay = cumulativeDelay + e.timerDuration;
|
||||
cumulativeDelay = cumulativeDelay + e.duration;
|
||||
return (
|
||||
<DelayBlock
|
||||
key={e.id}
|
||||
|
||||
Reference in New Issue
Block a user