tf-checkout-react 1.0.57 → 1.0.58

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.
@@ -3171,7 +3171,8 @@ styleInject(css_248z$5);
3171
3171
 
3172
3172
  var defaultSvg = 'https://img.icons8.com/ios-filled/50/000000/facebook-new.svg';
3173
3173
  var ConfirmationContainer = function ConfirmationContainer(_ref) {
3174
- var _ref$referralPromotio = _ref.referralPromotions,
3174
+ var isReferralEnabled = _ref.isReferralEnabled,
3175
+ _ref$referralPromotio = _ref.referralPromotions,
3175
3176
  referralPromotions = _ref$referralPromotio === void 0 ? [] : _ref$referralPromotio,
3176
3177
  _ref$shareButtons = _ref.shareButtons,
3177
3178
  shareButtons = _ref$shareButtons === void 0 ? [] : _ref$shareButtons,
@@ -3242,7 +3243,7 @@ var ConfirmationContainer = function ConfirmationContainer(_ref) {
3242
3243
  className: "main"
3243
3244
  }, "Your tickets have been emailed to you"), React.createElement("span", {
3244
3245
  className: "helper"
3245
- }, "Please bring them with you to the event")), data.disable_referral === false && React.createElement(React.Fragment, null, React.createElement("div", {
3246
+ }, "Please bring them with you to the event")), data.disable_referral === false && isReferralEnabled && React.createElement(React.Fragment, null, React.createElement("div", {
3246
3247
  className: "referral_text_image_section"
3247
3248
  }, React.createElement("div", {
3248
3249
  className: "referral_text_section"