Skip to content

Commit

Permalink
Merge pull request #5429 from matuzalemsteles/issue-5403
Browse files Browse the repository at this point in the history
fix(@clayui/pagination-bar): fix bug in documentation example
  • Loading branch information
matuzalemsteles committed Mar 22, 2023
2 parents 69bfd1b + 8924412 commit 3aeba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-pagination-bar/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const paginationWithBasicItemsImportsCode = `import {ClayPaginationBarWithBasicI
`;

const PaginationBarWithBasicItemsCode = `const Component = () => {
const [delta, setDelta] = useState(5);
const [delta, setDelta] = useState(4);
const deltas = [
{
Expand Down

0 comments on commit 3aeba2f

Please sign in to comment.