Browse Source

Reassign calculateToNext.

main 2.1.2
Stian Fredrik Aune 2 years ago
parent
commit
fa45eedac5
  1. 2
      webui-react/src/pages/runtime/ProgramBoi.tsx

2
webui-react/src/pages/runtime/ProgramBoi.tsx

@ -97,7 +97,7 @@ function programReducer(state: ProgressState, change: ProgressChange) {
lastTransition = lastValue;
if (steps.length > currentIndex) {
calculateToNext(steps[currentIndex], lastValue, lastTransition);
toNext = calculateToNext(steps[currentIndex], lastValue, lastTransition);
}
}
}

Loading…
Cancel
Save