Skip to content

Commit

Permalink
change(carousel): show pagination dots for cards carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 29, 2022
1 parent 7902f30 commit 26a9fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Listing/templates/CardsCarousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Arrows = (props) => {
const CardsCarousel = ({ block, items, ...rest }) => {
const slider = React.useRef(null);
const [settings] = React.useState({
dots: false,
dots: true,
infinite: true,
arrows: false,
lazyLoad: 'progressive',
Expand Down

0 comments on commit 26a9fee

Please sign in to comment.