diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/PickupSelect.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/PickupSelect.vue index ed7b63e1..47f39f91 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/PickupSelect.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/PickupSelect.vue @@ -50,7 +50,7 @@ computed: { hasSelectedBus () { return this.participant.transportations.some((transportation) => { - return 'BUS' === transportation.subType + return 'BUS' === transportation.subType && 'HIN' === transportation.direction }) }, },