openatc-components 0.0.70 → 0.0.71

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -467,7 +467,7 @@ export default {
467
467
  if (currentArr.length !== 0) {
468
468
  let newCurrent = this.tranform(currentArr)
469
469
  let ringTeam = this.step1(this.phaseList, newCurrent)
470
- if (this.cycles) {
470
+ if (this.patternList) {
471
471
  this.setBarrier(ringTeam, val)
472
472
  }
473
473
  this.fillGap(ringTeam, val)