From 6fdd0ec7354a8be34fb19f190ba991ef1904152d Mon Sep 17 00:00:00 2001 From: Roger De Moreta Date: Mon, 16 Dec 2024 13:31:10 +0100 Subject: [PATCH] remove weird language comments --- lib/experimental/Navigation/Carousel/DynamicCarousel/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/experimental/Navigation/Carousel/DynamicCarousel/index.tsx b/lib/experimental/Navigation/Carousel/DynamicCarousel/index.tsx index 18127d676..c5476e6e6 100644 --- a/lib/experimental/Navigation/Carousel/DynamicCarousel/index.tsx +++ b/lib/experimental/Navigation/Carousel/DynamicCarousel/index.tsx @@ -113,7 +113,6 @@ export const DynamicCarousel = ({ children }: PropsWithChildren) => { )} - {/* Gradientes dinámicos para los bordes */} {canScrollPrev && (
{ >
)} - {/* Botón Izquierdo dinámico */} {canScrollPrev && ( )} - {/* Botón Derecho dinámico */} {canScrollNext && (