diff --git a/components/Blocks/CarouselCards/index.tsx b/components/Blocks/CarouselCards/index.tsx index f19a615c1..2e1e8456b 100644 --- a/components/Blocks/CarouselCards/index.tsx +++ b/components/Blocks/CarouselCards/index.tsx @@ -36,7 +36,12 @@ export default function CarouselCards({ carousel_cards }: CarouselCardsProps) { return ( - + {filterCategories.length > 0 && activeFilter && ( )} - + {filteredCards.map((card, index) => (