Skip to content

Commit

Permalink
Make it an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Feb 18, 2024
1 parent 66c78d6 commit 01edf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default function Icons() {
))}
</Box>

{result.length > 0 && <Pagination count={Math.ceil(result.length / 96)} page={searchPage} onChange={(e, page) => setSearchQuery('p', page)} />}
{result.length > 0 && <Pagination count={Math.ceil(result.length / 96)} page={searchPage} onChange={(_, page) => setSearchQuery('p', page)} />}
</Stack>
</Box>
</Container>
Expand Down

0 comments on commit 01edf39

Please sign in to comment.