Skip to content

Commit

Permalink
original scrollable promo must show on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyL0u committed Feb 7, 2025
1 parent fb26380 commit 024ade9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/legacy/components/ScrollablePromo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ScrollablePromoContainer = styled.div`
display: flex;
overflow: scroll;
${({ experimentVariant }) =>
experimentVariant &&
experimentVariant !== 'none' &&
`
@media (min-width: ${GEL_GROUP_3_SCREEN_WIDTH_MAX}){
display: none;
Expand Down Expand Up @@ -92,7 +92,7 @@ const ScrollablePromo = ({
componentName: `edoj${blockGroupIndex}`,
format: 'CHD=edoj',
};

console.log('experimentVariant:', experimentVariant);
const viewRef = useViewTracker(eventTrackingData);
const handleClickTracking = useClickTrackerHandler(eventTrackingData);

Expand Down

0 comments on commit 024ade9

Please sign in to comment.