Skip to content

Commit

Permalink
feat: remove type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammad-Izhar committed Aug 1, 2023
1 parent 763d83b commit 94c59de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/carousel/FeaturedCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export default function FeaturedCarousel({ data }: IFeaturedCarouselProps) {
return (
<div className="m-auto h-96 w-5/6">
<Carousel
// eslint-disable-next-line
// @ts-ignore
slides={newSlides}
showNavigation={showNavigation}
goToSlide={goToSlide}
Expand Down

0 comments on commit 94c59de

Please sign in to comment.