Skip to content

Commit

Permalink
fix: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
marxtin committed Jan 16, 2025
1 parent 980477e commit d82269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Carousel/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const NextButton: React.FC<{

return (
<StyledNextButton onClick={customOnClick || onClick}>
{isLastSlide ? 'Done' : label}
{label}
</StyledNextButton>
);
};
Expand Down

0 comments on commit d82269a

Please sign in to comment.