remove trailing , on CustomSizePerPageButton.js
This commit is contained in:
@@ -12,7 +12,7 @@ export const CustomSizePerPageButton = ({
|
|||||||
options,
|
options,
|
||||||
currSizePerPage,
|
currSizePerPage,
|
||||||
onSizePerPageChange,
|
onSizePerPageChange,
|
||||||
...ddProps,
|
...ddProps
|
||||||
}) => (
|
}) => (
|
||||||
<UncontrolledButtonDropdown { ...ddProps }>
|
<UncontrolledButtonDropdown { ...ddProps }>
|
||||||
<DropdownToggle size="sm" color="link" className="text-decoration-none">
|
<DropdownToggle size="sm" color="link" className="text-decoration-none">
|
||||||
|
Reference in New Issue
Block a user