diff --git a/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.js b/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.js index 664981c24..d90d1ebd2 100644 --- a/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.js +++ b/packages/core/src/components/Cards/DestinationListingCard/DestinationListingCard.js @@ -136,7 +136,7 @@ class DestinationListingCard extends React.Component { wrapAround swiping={false} dragging={false} - afterSlide={onCarouselChange} + beforeSlide={onCarouselChange} withoutControls > {images.map(({ src, ...imageProps }) => (