diff --git a/app/components/photo-carousel.gjs b/app/components/photo-carousel.gjs index e2a24f9..a9850d0 100644 --- a/app/components/photo-carousel.gjs +++ b/app/components/photo-carousel.gjs @@ -68,6 +68,7 @@ export default class PhotoCarousel extends Component { return; } + this.internalEventId = eventId; this.isProgrammaticScroll = true; const scrollAction = () => {