Skip to content

Commit

Permalink
removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaramg committed Sep 22, 2017
1 parent 8d9523a commit d6c3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pagination/PaginationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class PaginationList extends Component {
sizePerPage,
sizePerPageList,
pageStartIndex,
totalPages: this.totalPages,
totalPages: this.totalPages,
changePage: this.changePage,
toggleDropDown: this.toggleDropDown,
changeSizePerPage: this.changeSizePerPage,
Expand Down

0 comments on commit d6c3e6c

Please sign in to comment.