diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue index c9821519..256199e9 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/BookingEdit.vue @@ -17,7 +17,7 @@
| {{ contingent.name }} | -{{ contingent.available >= 0 ? contingent.available : 0 }} | +{{ contingent.room }} | +{{ contingent.count }} |
|---|