Skip to content

Commit

Permalink
Merge pull request 0wczar#18 from buncismamen/master
Browse files Browse the repository at this point in the history
remove trailing , on CustomSizePerPageButton.js
  • Loading branch information
unski11ed authored Feb 3, 2020
2 parents 0b72253 + 2076134 commit 375bafe
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 375bafe

Please sign in to comment.