Skip to content

Commit

Permalink
fix(data-table-pagination): remove unused prop (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored Jun 23, 2020
1 parent 6eae89e commit 91dcc6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ class DataTablePagination extends Component {
*/
itemsPerPageText: PropTypes.string,

/**
* @type {string} A variant of `itemsPerPageText`, with a sign indicating that the number follows, e.g. ':'.
*/
itemsPerPageFollowsText: PropTypes.string,

/**
* @type {Function} A variant of `itemRangeText`, used if the total number of items is unknown.
*/
Expand Down Expand Up @@ -195,7 +190,6 @@ class DataTablePagination extends Component {
forwardText,
id,
isLastPage,
itemsPerPageFollowsText,
itemsPerPageText,
itemRangeText,
itemText,
Expand Down Expand Up @@ -224,7 +218,6 @@ class DataTablePagination extends Component {
forwardText={forwardText}
id={id}
isLastPage={isLastPage}
itemsPerPageFollowsText={itemsPerPageFollowsText}
itemsPerPageText={itemsPerPageText}
itemRangeText={itemRangeText}
itemText={itemText}
Expand Down
3 changes: 0 additions & 3 deletions src/components/__tests__/__snapshots__/publicAPI.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2008,9 +2008,6 @@ Map {
"itemText": Object {
"type": "func",
},
"itemsPerPageFollowsText": Object {
"type": "string",
},
"itemsPerPageText": Object {
"type": "string",
},
Expand Down

0 comments on commit 91dcc6e

Please sign in to comment.