diff --git a/src/blocks/Slider/Slider.tsx b/src/blocks/Slider/Slider.tsx index 02cec599b..12aa0fec1 100644 --- a/src/blocks/Slider/Slider.tsx +++ b/src/blocks/Slider/Slider.tsx @@ -354,18 +354,7 @@ export const SliderBlock = (props: WithChildren) => { return ( - - {React.Children.map(disclosedChildren, (child, i) => { - return ( -
- {child} -
- ); - })} -
+ {disclosedChildren}
{renderDisclaimer()} {renderNavigation()}