Skip to content

Commit

Permalink
Update: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Sep 8, 2023
1 parent 279017b commit 1f35976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel/DynamicSlides/UnitSlide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const UnitSlide: React.FC<UnitSlideProps> = ({
slideTitle = 'Loading...';
slideImage = '/images/placeholder.png';
slideId = 0;
}
};

return (
<SplideSlide
Expand Down

0 comments on commit 1f35976

Please sign in to comment.