openatc-components 0.1.152 → 0.1.153
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.
|
@@ -292,6 +292,7 @@ export default {
|
|
|
292
292
|
let currPhase = this.phaseList.filter((item) => {
|
|
293
293
|
return item.id === stg
|
|
294
294
|
})[0]
|
|
295
|
+
if (!currPhase) return
|
|
295
296
|
if (!currPhase.peddirection) return
|
|
296
297
|
for (let walk of this.sidewalkPhaseData) {
|
|
297
298
|
for (let ped of currPhase.peddirection) {
|