tf-checkout-react 1.0.94 → 1.0.95

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.
@@ -4088,7 +4088,7 @@ var TicketsSection = function TicketsSection(_ref) {
4088
4088
  className: "old-price"
4089
4089
  }, "$ ", (+ticket.oldPrice).toFixed(2)), React__default.createElement("p", null, ticketPrice), !isSoldOut && !ticketIsFree && React__default.createElement("p", {
4090
4090
  className: "fees"
4091
- }, ticket.taxesIncluded ? '(incl. Fees)' : '(excl. Fees)')), React__default.createElement("div", {
4091
+ }, ticket.feeIncluded ? '(incl. Fees)' : '(excl. Fees)')), React__default.createElement("div", {
4092
4092
  className: "event-detail__tier-state",
4093
4093
  style: {
4094
4094
  minWidth: 55