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