Skip to content

Commit

Permalink
remove trailing , on CustomSizePerPageButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
buncis authored Dec 27, 2019
1 parent 0b72253 commit 2076134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CustomSizePerPageButton = ({
options,
currSizePerPage,
onSizePerPageChange,
...ddProps,
...ddProps
}) => (
<UncontrolledButtonDropdown { ...ddProps }>
<DropdownToggle size="sm" color="link" className="text-decoration-none">
Expand Down

0 comments on commit 2076134

Please sign in to comment.