pb-sxp-ui 1.15.17 → 1.15.18

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.
package/dist/pb-ui.js CHANGED
@@ -999,7 +999,7 @@
999
999
  return uri + separator + key + '=' + value;
1000
1000
  }
1001
1001
  }
1002
- if ((pixelEventParamsJson === null || pixelEventParamsJson === void 0 ? void 0 : pixelEventParamsJson.event_name) === 'PageView') {
1002
+ if (eventName === 'PageView') {
1003
1003
  const currentUrl = window.location.href;
1004
1004
  const newUrl = updateQueryStringParameter(currentUrl, 'timestamp', Date.now());
1005
1005
  history.pushState({ path: newUrl }, '', newUrl);