tf-checkout-react 1.4.3 → 1.4.4
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/dist/tf-checkout-react.cjs.development.js +1 -0
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +1 -0
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/seatMapContainer/index.tsx +1 -0
|
@@ -8454,6 +8454,7 @@ var SeatMapContainer = function SeatMapContainer(props) {
|
|
|
8454
8454
|
setReservedSeats(reservationData);
|
|
8455
8455
|
// automatically set ticket/table type if it's the only one
|
|
8456
8456
|
if (ticketTypeTierRelationsRef.current) {
|
|
8457
|
+
updateGuestCounts(reservationData);
|
|
8457
8458
|
_forEach(reservationData, function (item) {
|
|
8458
8459
|
var tierTickets = ticketTypeTierRelationsRef.current[item.tierId];
|
|
8459
8460
|
var seatTicketsArray = _values(tierTickets);
|