diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 284383e9ec..6c048f61ef 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -94,7 +94,6 @@ export function Gallery({ onPressIn, viewContext, }: GalleryProps) { - // images = images.concat(images) const ax = useAnalytics() const {screenReaderEnabled} = useA11y() const largeAltBadge = useLargeAltBadgeEnabled()