fix: show pickup select only for outward direction
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@
|
|||||||
computed: {
|
computed: {
|
||||||
hasSelectedBus () {
|
hasSelectedBus () {
|
||||||
return this.participant.transportations.some((transportation) => {
|
return this.participant.transportations.some((transportation) => {
|
||||||
return 'BUS' === transportation.subType
|
return 'BUS' === transportation.subType && 'HIN' === transportation.direction
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user