Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jan 7, 2025
1 parent a8f4b20 commit e71d269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const WithAnchor: StoryFn<UsePaginationProps> = (args) => {
</Pagination.Item>
{pages.map(({ page, itemKey, buttonProps }) => (
<Pagination.Item key={itemKey}>
{page && (
{typeof page === 'number' && (
<Pagination.Button
asChild
aria-label={`Side ${page}`}
Expand Down

0 comments on commit e71d269

Please sign in to comment.