Skip to content

Commit eb02aad

Browse files
authored
Remove heatphan carousel tracking for the scrollablecarousel (#13833)
1 parent d81cf54 commit eb02aad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotcom-rendering/src/components/ScrollableCarousel.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,9 @@ export const ScrollableCarousel = ({
317317
),
318318
stackedCardRowsStyles(shouldStackCards),
319319
]}
320-
data-heatphan-type="carousel"
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"
321323
>
322324
{children}
323325
</ol>

0 commit comments

Comments
 (0)