openatc-components 0.5.67 → 0.5.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -923,6 +923,7 @@ export default {
923
923
  this.stageCountdownList = []
924
924
  let stagesList = this.stagesList()
925
925
  this.stageCountdownList = stagesList[this.curStage - 1]
926
+ if (!this.stageCountdownList) return
926
927
  this.stageCountdownList = this.stageCountdownList.map(phaseInfo => {
927
928
  return {
928
929
  ...phaseInfo,