Skip to content

Commit ea12615

Browse files
committed
Format
1 parent a1303b0 commit ea12615

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/components/PaginationWidget/PageButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const PageButton = ({
1616
placeholder = "...",
1717
numPages,
1818
onPageClick,
19-
disabled = false
19+
disabled = false,
2020
}: PageButtonProps): JSX.Element => {
2121
const styles = useStyles()
2222
return (

site/src/components/PaginationWidget/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* Generates a ranged array with an option to step over values.
43
* Shamelessly stolen from:

0 commit comments

Comments
 (0)