tf-checkout-react 1.4.23-beta.5 → 1.4.23-beta.6

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.
@@ -6265,6 +6265,9 @@ var TicketsContainer = function TicketsContainer(_ref) {
6265
6265
  fetchPreregisteredsData();
6266
6266
  }
6267
6267
  }, [eventId]);
6268
+ useEffect(function () {
6269
+ setIsPreregisred(checkUserPreregistration());
6270
+ }, [preregistereds]);
6268
6271
  useEffect(function () {
6269
6272
  if (isLogged) {
6270
6273
  fetchUserData().then(function (res) {