tf-checkout-react 1.0.86 → 1.0.87

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.
@@ -4295,7 +4295,7 @@ var TicketsContainer = function TicketsContainer(_ref) {
4295
4295
  promoCode = _useState8[0],
4296
4296
  setPromoCode = _useState8[1];
4297
4297
 
4298
- var _useState9 = React.useState(queryPromoCode),
4298
+ var _useState9 = React.useState(getQueryVariable('r') || queryPromoCode),
4299
4299
  promoCodeUpdated = _useState9[0],
4300
4300
  setPromoCodeUpdated = _useState9[1];
4301
4301