Skip to content

Commit

Permalink
chore: remove some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 2, 2023
1 parent ceeb64f commit d911080
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/Carousel/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const createCarousel = (config?: CarouselConfig) => {
const keys = getSlideKeys()

if (!keys.length) {
console.warn('No slides found for carousel')
return
}

Expand All @@ -154,7 +153,6 @@ export const createCarousel = (config?: CarouselConfig) => {
const keys = getSlideKeys()

if (!keys.length) {
console.warn('No slides found for carousel')
return
}

Expand Down

0 comments on commit d911080

Please sign in to comment.