Skip to content

Commit 6abd398

Browse files
authored
Revert "Remove heatphan carousel tracking for the scrollablecarousel (#13833)" (#13840)
This reverts commit eb02aad.
1 parent 50a981e commit 6abd398

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dotcom-rendering/src/components/ScrollableCarousel.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ export const ScrollableCarousel = ({
317317
),
318318
stackedCardRowsStyles(shouldStackCards),
319319
]}
320-
// HOTFIX: We have disabled the heatphan carousel attribute as it was causing rendering issues in heatphan as these carousels are no longer scrollable on tablet and desktop.
321-
// TODO: create a breakpoint option for heatphan
322-
// data-heatphan-type="carousel"
320+
data-heatphan-type="carousel"
323321
>
324322
{children}
325323
</ol>

0 commit comments

Comments
 (0)