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.
@@ -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);