Skip to content

Commit eba70a8

Browse files
committed
remove props
1 parent d66876a commit eba70a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/block/carousel/save.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ export const Save = props => {
7777
<div className="stk-block-carousel__content-wrapper">
7878
<div className={ contentClassNames }>
7979
<div
80-
className="stk-block-carousel__slider"
81-
role="list"
82-
data-autoplay={ attributes.autoplay ? ( attributes.autoplaySpeed || '4000' ) : undefined }
83-
data-label-slide-of={ attributes.ariaLabelPrev || 'Slide %%d of %%d' }
8480
{ ...applyFilters( 'stackable.carousel.save.slider-props', {
8581
className: 'stk-block-carousel__slider',
8682
role: 'list',

0 commit comments

Comments
 (0)