Skip to content

Commit 2076134

Browse files
authored
remove trailing , on CustomSizePerPageButton.js
1 parent 0b72253 commit 2076134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/Tables/ExtendedTable/components/CustomSizePerPageButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const CustomSizePerPageButton = ({
1212
options,
1313
currSizePerPage,
1414
onSizePerPageChange,
15-
...ddProps,
15+
...ddProps
1616
}) => (
1717
<UncontrolledButtonDropdown { ...ddProps }>
1818
<DropdownToggle size="sm" color="link" className="text-decoration-none">

0 commit comments

Comments
 (0)