openatc-components 0.5.43 → 0.5.44

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.5.43",
3
+ "version": "0.5.44",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -123,4 +123,4 @@
123
123
  "test": "test"
124
124
  },
125
125
  "license": "ISC"
126
- }
126
+ }
@@ -698,7 +698,7 @@ export default {
698
698
  let currPhase = this.phaseList.filter((item) => {
699
699
  return item.id === stg
700
700
  })[0]
701
- if (currPhase !== undefined) {
701
+ if (currPhase !== undefined && currPhase.direction) {
702
702
  directionList.push(...currPhase.direction)
703
703
  directionList = Array.from(new Set(directionList))
704
704
  }