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