@playpilot/tpi 6.4.0 → 6.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "6.4.0",
3
+ "version": "6.4.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -25,7 +25,6 @@
25
25
 
26
26
  $effect(() => {
27
27
  if (!isMobile) return
28
- if (!isInSplitTestVariant(SplitTest.PostersScrollReveal)) return
29
28
  if (!linksWithPosters.length) return
30
29
 
31
30
  const onclick = () => trackSplitTestAction(SplitTest.PostersScrollReveal, 'click')