diff --git a/src/widgets/categories/ui/category-carousel.tsx b/src/widgets/categories/ui/category-carousel.tsx index 98f405a..a9e11a0 100644 --- a/src/widgets/categories/ui/category-carousel.tsx +++ b/src/widgets/categories/ui/category-carousel.tsx @@ -107,7 +107,14 @@ const CategoryCarousel = memo(function CategoryCarousel({ - + {activeProducts.map((product) => ( { return ( <>
- + {isLoading && ( @@ -171,7 +178,13 @@ const Welcome = () => { - + {category && category.map((banner, index) => ( @@ -220,7 +233,14 @@ const Welcome = () => {
- + {productLoading && Array.from({ length: 6 }).map((__, index) => (