diff --git a/web/pageComponents/topicPages/promotions/MultiplePromotions.tsx b/web/pageComponents/topicPages/promotions/MultiplePromotions.tsx index 8f1871a75..265fb8568 100644 --- a/web/pageComponents/topicPages/promotions/MultiplePromotions.tsx +++ b/web/pageComponents/topicPages/promotions/MultiplePromotions.tsx @@ -100,7 +100,7 @@ const MultiplePromotions = ({ } const { width } = useWindowSize() - const renderScroll = useHorizontalScroll || (width && width <= 800) + const renderScroll = useHorizontalScroll || Boolean(width && width <= 800) if (variant === 'promoteEvents') { return (